#DCD641

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

Shades of Starship #DCD641

Tints of Starship #DCD641

Color information

#DCD641 (or 0xDCD641) is unknown color: approx Starship. HEX triplet: DC, D6 and 41. RGB value is (220,214,65). Sum of RGB (Red+Green+Blue) = 220+214+65=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 214 (83.98% from 255 or 42.89% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCD641 is #2329BE. Grayscale: #C7C7C7. Windows color (decimal): -2304447 or 4314844. OLE color: 4314844.

HSL color Cylindrical-coordinate representation of color #DCD641: hue angle of 57.68º 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 #DCD641 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB22021465-
CMYK00.030.700.14
HSL57.68º68.89%55.88%-
HSV(B)57.68º70.45%86.27%-
XYZ54.5263.6914.42-
YUV198.8152.49143.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 214 (83.98% from 255) = 42.89%
BLUE value IS 65 (25.78% from 255) = 13.03%
R=44.09%
G=42.89%
B=13.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202146500.030.700.1457.6868.8955.88
HexDCD6410346E3a4538
Octal33432610103106167210570
Binary11011100110101101000001011100011011101110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD641; }

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

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

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

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

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

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

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

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