Html Css Color HEX #D4BB16 Bird Flower

📋 copy color: '#D4BB16'

red 212 ◦ green 187 ◦ blue 22

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

Shades of Bird Flower #D4BB16

Tints of Bird Flower #D4BB16

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.42%

 BLUE value IS 22 (8.98% from 255) = 5.23%

R = 50.36%
G = 44.42%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4BB16 (or 0xD4BB16) is known color: Bird Flower. HEX triplet: D4, BB and 16. RGB value is (212,187,22). Sum of RGB (Red+Green+Blue) = 212+187+22=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB16 is #2B44E9. Grayscale: #B0B0B0. Windows color (decimal): -2835690 or 1489876. OLE color: 1489876.

HSL color Cylindrical-coordinate representation of color #D4BB16: hue angle of 52.11º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4BB16 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 187 22 -
CMYK 0 0.12 0.90 0.17
HSL 52.11º 0.81% 0.46% -
HSV(B) 52.11º 0.9% 0.83% -
XYZ 45.07 49.6 7.96 -
YUV 175.67 41.28 153.92 -
System Red Green Blue C M Y K H S L
Decimal 212 187 22 0 0.12 0.90 0.17 52.11 0.81 0.46
Hex D4 BB 16 0 C 5A 11 34 51 2E
Octal 324 273 26 0 14 132 21 64 121 56
Binary 11010100 10111011 10110 0 1100 1011010 10001 110100 1010001 101110

Color Harmonies of #D4BB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB16

Black with #D4BB16

Text Example


Text Example

White with #D4BB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB16; }

 p { color: rgb(212,187,22); }

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

background-color css

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

 a { background-color: rgb(212,187,22); }

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

border-color css

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

 span { border-color: rgb(212,187,22); }

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