Html Css Color HEX #D4CB04 Bird Flower

📋 copy color: '#D4CB04'

red 212 ◦ green 203 ◦ blue 4

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

Shades of Bird Flower #D4CB04

Tints of Bird Flower #D4CB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.45%

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

R = 50.6%
G = 48.45%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D4CB04 (or 0xD4CB04) is known color: Bird Flower. HEX triplet: D4, CB and 04. RGB value is (212,203,4). Sum of RGB (Red+Green+Blue) = 212+203+4=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 4 (1.95% from 255 or 0.95% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CB04 is #2B34FB. Grayscale: #B7B7B7. Windows color (decimal): -2831612 or 314324. OLE color: 314324.

HSL color Cylindrical-coordinate representation of color #D4CB04: hue angle of 57.4º 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 #D4CB04 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 203 4 -
CMYK 0 0.04 0.98 0.17
HSL 57.4º 0.96% 0.42% -
HSV(B) 57.4º 0.98% 0.83% -
XYZ 48.53 56.72 8.5 -
YUV 183.01 26.98 148.68 -
System Red Green Blue C M Y K H S L
Decimal 212 203 4 0 0.04 0.98 0.17 57.4 0.96 0.42
Hex D4 CB 4 0 4 62 11 39 60 2A
Octal 324 313 4 0 4 142 21 71 140 52
Binary 11010100 11001011 100 0 100 1100010 10001 111001 1100000 101010

Color Harmonies of #D4CB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CB04

Black with #D4CB04

Text Example


Text Example

White with #D4CB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CB04; }

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

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

background-color css

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

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

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

border-color css

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

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

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