Html Css Color HEX #D4BB14 Bird Flower

📋 copy color: '#D4BB14'

red 212 ◦ green 187 ◦ blue 20

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

Shades of Bird Flower #D4BB14

Tints of Bird Flower #D4BB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.77%

R = 50.6%
G = 44.63%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4BB14 (or 0xD4BB14) is known color: Bird Flower. HEX triplet: D4, BB and 14. RGB value is (212,187,20). Sum of RGB (Red+Green+Blue) = 212+187+20=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BB14 is #2B44EB. Grayscale: #B0B0B0. Windows color (decimal): -2835692 or 1358804. OLE color: 1358804.

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

Color convert

RGB 212 187 20 -
CMYK 0 0.12 0.91 0.17
HSL 52.19º 0.83% 0.45% -
HSV(B) 52.19º 0.91% 0.83% -
XYZ 45.05 49.59 7.86 -
YUV 175.44 40.28 154.08 -
System Red Green Blue C M Y K H S L
Decimal 212 187 20 0 0.12 0.91 0.17 52.19 0.83 0.45
Hex D4 BB 14 0 C 5B 11 34 53 2D
Octal 324 273 24 0 14 133 21 64 123 55
Binary 11010100 10111011 10100 0 1100 1011011 10001 110100 1010011 101101

Color Harmonies of #D4BB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BB14

Black with #D4BB14

Text Example


Text Example

White with #D4BB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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