Html Css Color HEX #D4BB0E Bird Flower

📋 copy color: '#D4BB0E'

red 212 ◦ green 187 ◦ blue 14

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

Shades of Bird Flower #D4BB0E

Tints of Bird Flower #D4BB0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.39%

R = 51.33%
G = 45.28%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4BB0E (or 0xD4BB0E) is known color: Bird Flower. HEX triplet: D4, BB and 0E. RGB value is (212,187,14). Sum of RGB (Red+Green+Blue) = 212+187+14=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB0E is #2B44F1. Grayscale: #AFAFAF. Windows color (decimal): -2835698 or 965588. OLE color: 965588.

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

Color convert

RGB 212 187 14 -
CMYK 0 0.12 0.93 0.17
HSL 52.42º 0.88% 0.44% -
HSV(B) 52.42º 0.93% 0.83% -
XYZ 45 49.57 7.61 -
YUV 174.75 37.28 154.57 -
System Red Green Blue C M Y K H S L
Decimal 212 187 14 0 0.12 0.93 0.17 52.42 0.88 0.44
Hex D4 BB E 0 C 5D 11 34 58 2C
Octal 324 273 16 0 14 135 21 64 130 54
Binary 11010100 10111011 1110 0 1100 1011101 10001 110100 1011000 101100

Color Harmonies of #D4BB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB0E

Black with #D4BB0E

Text Example


Text Example

White with #D4BB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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