Html Css Color HEX #D4BF13 Bird Flower

📋 copy color: '#D4BF13'

red 212 ◦ green 191 ◦ blue 19

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

Shades of Bird Flower #D4BF13

Tints of Bird Flower #D4BF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.5%

R = 50.24%
G = 45.26%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D4BF13 (or 0xD4BF13) is known color: Bird Flower. HEX triplet: D4, BF and 13. RGB value is (212,191,19). Sum of RGB (Red+Green+Blue) = 212+191+19=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF13 is #2B40EC. Grayscale: #B2B2B2. Windows color (decimal): -2834669 or 1294292. OLE color: 1294292.

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

Color convert

RGB 212 191 19 -
CMYK 0 0.10 0.91 0.17
HSL 53.47º 0.84% 0.45% -
HSV(B) 53.47º 0.91% 0.83% -
XYZ 45.9 51.31 8.1 -
YUV 177.67 38.46 152.49 -
System Red Green Blue C M Y K H S L
Decimal 212 191 19 0 0.10 0.91 0.17 53.47 0.84 0.45
Hex D4 BF 13 0 A 5B 11 35 54 2D
Octal 324 277 23 0 12 133 21 65 124 55
Binary 11010100 10111111 10011 0 1010 1011011 10001 110101 1010100 101101

Color Harmonies of #D4BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF13

Black with #D4BF13

Text Example


Text Example

White with #D4BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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