#DCDB47

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

Shades of Starship #DCDB47

Tints of Starship #DCDB47

Color information

#DCDB47 (or 0xDCDB47) is unknown color: approx Starship. HEX triplet: DC, DB and 47. RGB value is (220,219,71). Sum of RGB (Red+Green+Blue) = 220+219+71=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 71 (28.12% from 255 or 13.92% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB47 is #2324B8. Grayscale: #CBCBCB. Windows color (decimal): -2303161 or 4709340. OLE color: 4709340.

HSL color Cylindrical-coordinate representation of color #DCDB47: hue angle of 59.6º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DCDB47 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB22021971-
CMYK00.000.680.14
HSL59.6º68.04%57.06%-
HSV(B)59.6º67.73%86.27%-
XYZ55.9866.3315.81-
YUV202.4353.83140.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 219 (85.94% from 255) = 42.94%
BLUE value IS 71 (28.12% from 255) = 13.92%
R=43.14%
G=42.94%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202197100.000.680.1459.668.0457.06
HexDCDB470044E3c4439
Octal33433310700104167410471
Binary1101110011011011100011100100010011101111001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB47; }

 p { color: rgb(220,219,71); }

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

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

 a { background-color: rgb(220,219,71); }

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

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

 span { border-color: rgb(220,219,71); }

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