Html Css Color HEX #D4BB09 Bird Flower

📋 copy color: '#D4BB09'

red 212 ◦ green 187 ◦ blue 9

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

Shades of Bird Flower #D4BB09

Tints of Bird Flower #D4BB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.21%

R = 51.96%
G = 45.83%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D4BB09 (or 0xD4BB09) is known color: Bird Flower. HEX triplet: D4, BB and 09. RGB value is (212,187,9). Sum of RGB (Red+Green+Blue) = 212+187+9=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB09 is #2B44F6. Grayscale: #AEAEAE. Windows color (decimal): -2835703 or 637908. OLE color: 637908.

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

Color convert

RGB 212 187 9 -
CMYK 0 0.12 0.96 0.17
HSL 52.61º 0.92% 0.43% -
HSV(B) 52.61º 0.96% 0.83% -
XYZ 44.97 49.56 7.45 -
YUV 174.18 34.78 154.97 -
System Red Green Blue C M Y K H S L
Decimal 212 187 9 0 0.12 0.96 0.17 52.61 0.92 0.43
Hex D4 BB 9 0 C 60 11 35 5C 2B
Octal 324 273 11 0 14 140 21 65 134 53
Binary 11010100 10111011 1001 0 1100 1100000 10001 110101 1011100 101011

Color Harmonies of #D4BB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB09

Black with #D4BB09

Text Example


Text Example

White with #D4BB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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