Html Css Color HEX #D4C004 Bird Flower

📋 copy color: '#D4C004'

red 212 ◦ green 192 ◦ blue 4

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

Shades of Bird Flower #D4C004

Tints of Bird Flower #D4C004

RGB

 RED value IS 212 (83.2% from 255) = 51.96%

 GREEN value IS 192 (75.39% from 255) = 47.06%

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

R = 51.96%
G = 47.06%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4C004 (or 0xD4C004) is known color: Bird Flower. HEX triplet: D4, C0 and 04. RGB value is (212,192,4). Sum of RGB (Red+Green+Blue) = 212+192+4=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 4 (1.95% from 255 or 0.98% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C004 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C004 is #2B3FFB. Grayscale: #B1B1B1. Windows color (decimal): -2834428 or 311508. OLE color: 311508.

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

Color convert

RGB 212 192 4 -
CMYK 0 0.09 0.98 0.17
HSL 54.23º 0.96% 0.42% -
HSV(B) 54.23º 0.98% 0.83% -
XYZ 46.02 51.71 7.67 -
YUV 176.55 30.63 153.29 -
System Red Green Blue C M Y K H S L
Decimal 212 192 4 0 0.09 0.98 0.17 54.23 0.96 0.42
Hex D4 C0 4 0 9 62 11 36 60 2A
Octal 324 300 4 0 11 142 21 66 140 52
Binary 11010100 11000000 100 0 1001 1100010 10001 110110 1100000 101010

Color Harmonies of #D4C004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C004

Black with #D4C004

Text Example


Text Example

White with #D4C004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C004; }

 p { color: rgb(212,192,4); }

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

background-color css

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

 a { background-color: rgb(212,192,4); }

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

border-color css

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

 span { border-color: rgb(212,192,4); }

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