#DCD43B

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

Shades of Starship #DCD43B

Tints of Starship #DCD43B

Color information

#DCD43B (or 0xDCD43B) is unknown color: approx Starship. HEX triplet: DC, D4 and 3B. RGB value is (220,212,59). Sum of RGB (Red+Green+Blue) = 220+212+59=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 59 (23.44% from 255 or 12.02% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD43B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD43B is #232BC4. Grayscale: #C5C5C5. Windows color (decimal): -2304965 or 3921116. OLE color: 3921116.

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

Color convert

RGB22021259-
CMYK00.040.730.14
HSL57.02º69.7%54.71%-
HSV(B)57.02º73.18%86.27%-
XYZ53.8562.6213.39-
YUV196.9550.15144.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 59 (23.44% from 255) = 12.02%
R=44.81%
G=43.18%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202125900.040.730.1457.0269.754.71
HexDCD43B0449E394637
Octal3343247304111167110667
Binary11011100110101001110110100100100111101110011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD43B; }

 p { color: rgb(220,212,59); }

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

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

 a { background-color: rgb(220,212,59); }

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

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

 span { border-color: rgb(220,212,59); }

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