Html Css Color HEX #D4B006 Bird Flower

📋 copy color: '#D4B006'

red 212 ◦ green 176 ◦ blue 6

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

Shades of Bird Flower #D4B006

Tints of Bird Flower #D4B006

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.67%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 53.81%
G = 44.67%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D4B006 (or 0xD4B006) is known color: Bird Flower. HEX triplet: D4, B0 and 06. RGB value is (212,176,6). Sum of RGB (Red+Green+Blue) = 212+176+6=394 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.81% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B006 is #2B4FF9. Grayscale: #A8A8A8. Windows color (decimal): -2838522 or 438484. OLE color: 438484.

HSL color Cylindrical-coordinate representation of color #D4B006: hue angle of 49.51º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4B006 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 6 -
CMYK 0 0.17 0.97 0.17
HSL 49.51º 0.94% 0.43% -
HSV(B) 49.51º 0.97% 0.83% -
XYZ 42.71 45.06 6.62 -
YUV 167.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 212 176 6 0 0.17 0.97 0.17 49.51 0.94 0.43
Hex D4 B0 6 0 11 61 11 32 5E 2B
Octal 324 260 6 0 21 141 21 62 136 53
Binary 11010100 10110000 110 0 10001 1100001 10001 110010 1011110 101011

Color Harmonies of #D4B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B006

Black with #D4B006

Text Example


Text Example

White with #D4B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B006; }

 p { color: rgb(212,176,6); }

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

background-color css

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

 a { background-color: rgb(212,176,6); }

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

border-color css

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

 span { border-color: rgb(212,176,6); }

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