Html Css Color HEX #D2CC04 Bird Flower

📋 copy color: '#D2CC04'

red 210 ◦ green 204 ◦ blue 4

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

Shades of Bird Flower #D2CC04

Tints of Bird Flower #D2CC04

RGB

 RED value IS 210 (82.42% from 255) = 50.24%

 GREEN value IS 204 (80.08% from 255) = 48.8%

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

R = 50.24%
G = 48.8%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D2CC04 (or 0xD2CC04) is known color: Bird Flower. HEX triplet: D2, CC and 04. RGB value is (210,204,4). Sum of RGB (Red+Green+Blue) = 210+204+4=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC04 is #2D33FB. Grayscale: #B7B7B7. Windows color (decimal): -2962428 or 314578. OLE color: 314578.

HSL color Cylindrical-coordinate representation of color #D2CC04: hue angle of 58.25º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2CC04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 204 4 -
CMYK 0 0.03 0.98 0.18
HSL 58.25º 0.96% 0.42% -
HSV(B) 58.25º 0.98% 0.82% -
XYZ 48.19 56.9 8.56 -
YUV 182.99 26.99 147.26 -
System Red Green Blue C M Y K H S L
Decimal 210 204 4 0 0.03 0.98 0.18 58.25 0.96 0.42
Hex D2 CC 4 0 3 62 12 3A 60 2A
Octal 322 314 4 0 3 142 22 72 140 52
Binary 11010010 11001100 100 0 11 1100010 10010 111010 1100000 101010

Color Harmonies of #D2CC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CC04

Black with #D2CC04

Text Example


Text Example

White with #D2CC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CC04; }

 p { color: rgb(210,204,4); }

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

background-color css

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

 a { background-color: rgb(210,204,4); }

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

border-color css

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

 span { border-color: rgb(210,204,4); }

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