Html Css Color HEX #D4BF14 Bird Flower

📋 copy color: '#D4BF14'

red 212 ◦ green 191 ◦ blue 20

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

Shades of Bird Flower #D4BF14

Tints of Bird Flower #D4BF14

RGB

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

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

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

R = 50.12%
G = 45.15%
B = 4.73%

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

#D4BF14 (or 0xD4BF14) is known color: Bird Flower. HEX triplet: D4, BF and 14. RGB value is (212,191,20). Sum of RGB (Red+Green+Blue) = 212+191+20=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF14 is #2B40EB. Grayscale: #B2B2B2. Windows color (decimal): -2834668 or 1359828. OLE color: 1359828.

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

Color convert

RGB 212 191 20 -
CMYK 0 0.10 0.91 0.17
HSL 53.44º 0.83% 0.45% -
HSV(B) 53.44º 0.91% 0.83% -
XYZ 45.91 51.31 8.15 -
YUV 177.79 38.96 152.4 -
System Red Green Blue C M Y K H S L
Decimal 212 191 20 0 0.10 0.91 0.17 53.44 0.83 0.45
Hex D4 BF 14 0 A 5B 11 35 53 2D
Octal 324 277 24 0 12 133 21 65 123 55
Binary 11010100 10111111 10100 0 1010 1011011 10001 110101 1010011 101101

Color Harmonies of #D4BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF14

Black with #D4BF14

Text Example


Text Example

White with #D4BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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