Html Css Color HEX #D4BF12 Bird Flower

📋 copy color: '#D4BF12'

red 212 ◦ green 191 ◦ blue 18

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

Shades of Bird Flower #D4BF12

Tints of Bird Flower #D4BF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.28%

R = 50.36%
G = 45.37%
B = 4.28%

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

#D4BF12 (or 0xD4BF12) is known color: Bird Flower. HEX triplet: D4, BF and 12. RGB value is (212,191,18). Sum of RGB (Red+Green+Blue) = 212+191+18=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 18 (7.42% from 255 or 4.28% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4BF12 is #2B40ED. Grayscale: #B2B2B2. Windows color (decimal): -2834670 or 1228756. OLE color: 1228756.

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

Color convert

RGB 212 191 18 -
CMYK 0 0.10 0.92 0.17
HSL 53.51º 0.84% 0.45% -
HSV(B) 53.51º 0.92% 0.83% -
XYZ 45.89 51.3 8.06 -
YUV 177.56 37.96 152.57 -
System Red Green Blue C M Y K H S L
Decimal 212 191 18 0 0.10 0.92 0.17 53.51 0.84 0.45
Hex D4 BF 12 0 A 5C 11 36 54 2D
Octal 324 277 22 0 12 134 21 66 124 55
Binary 11010100 10111111 10010 0 1010 1011100 10001 110110 1010100 101101

Color Harmonies of #D4BF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF12

Black with #D4BF12

Text Example


Text Example

White with #D4BF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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