Html Css Color HEX #D4BF0E Bird Flower

📋 copy color: '#D4BF0E'

red 212 ◦ green 191 ◦ blue 14

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

Shades of Bird Flower #D4BF0E

Tints of Bird Flower #D4BF0E

RGB

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

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

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

R = 50.84%
G = 45.8%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D4BF0E (or 0xD4BF0E) is known color: Bird Flower. HEX triplet: D4, BF and 0E. RGB value is (212,191,14). Sum of RGB (Red+Green+Blue) = 212+191+14=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 14 (5.86% from 255 or 3.36% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF0E is #2B40F1. Grayscale: #B1B1B1. Windows color (decimal): -2834674 or 966612. OLE color: 966612.

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

Color convert

RGB 212 191 14 -
CMYK 0 0.10 0.93 0.17
HSL 53.64º 0.88% 0.44% -
HSV(B) 53.64º 0.93% 0.83% -
XYZ 45.86 51.29 7.9 -
YUV 177.1 35.96 152.89 -
System Red Green Blue C M Y K H S L
Decimal 212 191 14 0 0.10 0.93 0.17 53.64 0.88 0.44
Hex D4 BF E 0 A 5D 11 36 58 2C
Octal 324 277 16 0 12 135 21 66 130 54
Binary 11010100 10111111 1110 0 1010 1011101 10001 110110 1011000 101100

Color Harmonies of #D4BF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF0E

Black with #D4BF0E

Text Example


Text Example

White with #D4BF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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