#DCDB41

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

Shades of Starship #DCDB41

Tints of Starship #DCDB41

Color information

#DCDB41 (or 0xDCDB41) is unknown color: approx Starship. HEX triplet: DC, DB and 41. RGB value is (220,219,65). Sum of RGB (Red+Green+Blue) = 220+219+65=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 219 (85.94% from 255 or 43.45% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCDB41 is #2324BE. Grayscale: #CACACA. Windows color (decimal): -2303167 or 4316124. OLE color: 4316124.

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

Color convert

RGB22021965-
CMYK00.000.700.14
HSL59.61º68.89%55.88%-
HSV(B)59.61º70.45%86.27%-
XYZ55.866.2614.85-
YUV201.7450.83141.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 219 (85.94% from 255) = 43.45%
BLUE value IS 65 (25.78% from 255) = 12.90%
R=43.65%
G=43.45%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202196500.000.700.1459.6168.8955.88
HexDCDB410046E3c4538
Octal33433310100106167410570
Binary1101110011011011100000100100011011101111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB41; }

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

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

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

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

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

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

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

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