Html Css Color HEX #D4BF11 Bird Flower

📋 copy color: '#D4BF11'

red 212 ◦ green 191 ◦ blue 17

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

Shades of Bird Flower #D4BF11

Tints of Bird Flower #D4BF11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.05%

R = 50.48%
G = 45.48%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D4BF11 (or 0xD4BF11) is known color: Bird Flower. HEX triplet: D4, BF and 11. RGB value is (212,191,17). Sum of RGB (Red+Green+Blue) = 212+191+17=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF11 is #2B40EE. Grayscale: #B2B2B2. Windows color (decimal): -2834671 or 1163220. OLE color: 1163220.

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

Color convert

RGB 212 191 17 -
CMYK 0 0.10 0.92 0.17
HSL 53.54º 0.85% 0.45% -
HSV(B) 53.54º 0.92% 0.83% -
XYZ 45.88 51.3 8.01 -
YUV 177.44 37.46 152.65 -
System Red Green Blue C M Y K H S L
Decimal 212 191 17 0 0.10 0.92 0.17 53.54 0.85 0.45
Hex D4 BF 11 0 A 5C 11 36 55 2D
Octal 324 277 21 0 12 134 21 66 125 55
Binary 11010100 10111111 10001 0 1010 1011100 10001 110110 1010101 101101

Color Harmonies of #D4BF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF11

Black with #D4BF11

Text Example


Text Example

White with #D4BF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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