Html Css Color HEX #D4BF16 Bird Flower

📋 copy color: '#D4BF16'

red 212 ◦ green 191 ◦ blue 22

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

Shades of Bird Flower #D4BF16

Tints of Bird Flower #D4BF16

RGB

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

 GREEN value IS 191 (75% from 255) = 44.94%

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

R = 49.88%
G = 44.94%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D4BF16 (or 0xD4BF16) is known color: Bird Flower. HEX triplet: D4, BF and 16. RGB value is (212,191,22). Sum of RGB (Red+Green+Blue) = 212+191+22=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 191 (75% from 255 or 44.94% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF16 is #2B40E9. Grayscale: #B2B2B2. Windows color (decimal): -2834666 or 1490900. OLE color: 1490900.

HSL color Cylindrical-coordinate representation of color #D4BF16: hue angle of 53.37º 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 #D4BF16 is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 22 -
CMYK 0 0.10 0.90 0.17
HSL 53.37º 0.81% 0.46% -
HSV(B) 53.37º 0.9% 0.83% -
XYZ 45.93 51.32 8.24 -
YUV 178.01 39.96 152.24 -
System Red Green Blue C M Y K H S L
Decimal 212 191 22 0 0.10 0.90 0.17 53.37 0.81 0.46
Hex D4 BF 16 0 A 5A 11 35 51 2E
Octal 324 277 26 0 12 132 21 65 121 56
Binary 11010100 10111111 10110 0 1010 1011010 10001 110101 1010001 101110

Color Harmonies of #D4BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF16

Black with #D4BF16

Text Example


Text Example

White with #D4BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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