#DCD602

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

Shades of Bird Flower #DCD602

Tints of Bird Flower #DCD602

Color information

#DCD602 (or 0xDCD602) is unknown color: approx Bird Flower. HEX triplet: DC, D6 and 02. RGB value is (220,214,2). Sum of RGB (Red+Green+Blue) = 220+214+2=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 2 (1.17% from 255 or 0.46% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD602 is #2329FD. Grayscale: #C0C0C0. Windows color (decimal): -2304510 or 186076. OLE color: 186076.

HSL color Cylindrical-coordinate representation of color #DCD602: hue angle of 58.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCD602 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB2202142-
CMYK00.030.990.14
HSL58.35º98.2%43.53%-
HSV(B)58.35º99.09%86.27%-
XYZ53.5763.319.45-
YUV191.6320.99148.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.46%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=50.46%
G=49.08%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220214200.030.990.1458.3598.243.53
HexDCD620363E3a622c
Octal334326203143167214254
Binary110111001101011010011110001111101110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD602; }

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

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

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

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

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

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

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

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