Html Css Color HEX #DCD004 Bird Flower

📋 copy color: '#DCD004'

red 220 ◦ green 208 ◦ blue 4

#DCD004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #DCD004

Tints of Bird Flower #DCD004

RGB

 RED value IS 220 (86.33% from 255) = 50.93%

 GREEN value IS 208 (81.64% from 255) = 48.15%

 BLUE value IS 4 (1.95% from 255) = 0.93%

R = 50.93%
G = 48.15%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.14

RGB Variations

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

Color information

#DCD004 (or 0xDCD004) is known color: Bird Flower. HEX triplet: DC, D0 and 04. RGB value is (220,208,4). Sum of RGB (Red+Green+Blue) = 220+208+4=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD004 is #232FFB. Grayscale: #BDBDBD. Windows color (decimal): -2306044 or 315612. OLE color: 315612.

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

Color convert

RGB 220 208 4 -
CMYK 0 0.05 0.98 0.14
HSL 56.67º 0.96% 0.44% -
HSV(B) 56.67º 0.98% 0.86% -
XYZ 52.09 60.34 9.02 -
YUV 188.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 220 208 4 0 0.05 0.98 0.14 56.67 0.96 0.44
Hex DC D0 4 0 5 62 E 39 60 2C
Octal 334 320 4 0 5 142 16 71 140 54
Binary 11011100 11010000 100 0 101 1100010 1110 111001 1100000 101100

Color Harmonies of #DCD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD004

Black with #DCD004

Text Example


Text Example

White with #DCD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD004; }

 p { color: rgb(220,208,4); }

 H1.HeaderClassName
 {
   color: #DCD004;
 }
 .AnyTagClassName
 {
   color: #DCD004;
 }
</style>

background-color css

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

 a { background-color: rgb(220,208,4); }

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

border-color css

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

 span { border-color: rgb(220,208,4); }

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