#DCD840

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

Shades of Starship #DCD840

Tints of Starship #DCD840

Color information

#DCD840 (or 0xDCD840) is unknown color: approx Starship. HEX triplet: DC, D8 and 40. RGB value is (220,216,64). Sum of RGB (Red+Green+Blue) = 220+216+64=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD840 is #2327BF. Grayscale: #C8C8C8. Windows color (decimal): -2303936 or 4249820. OLE color: 4249820.

HSL color Cylindrical-coordinate representation of color #DCD840: hue angle of 58.46º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCD840 is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB22021664-
CMYK00.020.710.14
HSL58.46º69.03%55.69%-
HSV(B)58.46º70.91%86.27%-
XYZ5564.714.44-
YUV199.8751.33142.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 216 (84.77% from 255) = 43.2%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=44%
G=43.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202166400.020.710.1458.4669.0355.69
HexDCD8400247E3a4538
Octal33433010002107167210570
Binary11011100110110001000000010100011111101110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD840; }

 p { color: rgb(220,216,64); }

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

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

 a { background-color: rgb(220,216,64); }

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

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

 span { border-color: rgb(220,216,64); }

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