#DCDA39

Color #DCDA39 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DCDA39

Tints of Starship #DCDA39

Color information

#DCDA39 (or 0xDCDA39) is unknown color: approx Starship. HEX triplet: DC, DA and 39. RGB value is (220,218,57). Sum of RGB (Red+Green+Blue) = 220+218+57=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 57 (22.66% from 255 or 11.52% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDA39 is #2325C6. Grayscale: #C8C8C8. Windows color (decimal): -2303431 or 3791580. OLE color: 3791580.

HSL color Cylindrical-coordinate representation of color #DCDA39: hue angle of 59.26º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCDA39 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB22021857-
CMYK00.010.740.14
HSL59.26º69.96%54.31%-
HSV(B)59.26º74.09%86.27%-
XYZ55.3365.6513.63-
YUV200.2447.16142.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 44.44%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 57 (22.66% from 255) = 11.52%
R=44.44%
G=44.04%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202185700.010.740.1459.2669.9654.31
HexDCDA39014AE3b4636
Octal3343327101112167310666
Binary110111001101101011100101100101011101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDA39; }

 p { color: rgb(220,218,57); }

 H1.HeaderClassName
 {
   color: #DCDA39;
 }
 .AnyTagClassName
 {
   color: #DCDA39;
 }
</style>
background-color css

<style>
 a { background-color: #DCDA39; }

 a { background-color: rgb(220,218,57); }

 div.DivClassName
 {
   background-color: #DCDA39;
 }
 .BgClassName
 {
   background-color: #DCDA39;
 }
</style>
border-color css

<style>
 span { border-color: #DCDA39; }

 span { border-color: rgb(220,218,57); }

 td.TdClassName
 {
   border-color: #DCDA39;
 }
 .TagClassName
 {
   border-color: #DCDA39;
 }
</style>