Html Css Color HEX #D4BF2F Old Gold

📋 copy color: '#D4BF2F'

red 212 ◦ green 191 ◦ blue 47

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

Shades of Old Gold #D4BF2F

Tints of Old Gold #D4BF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.44%

R = 47.11%
G = 42.44%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D4BF2F (or 0xD4BF2F) is known color: Old Gold. HEX triplet: D4, BF and 2F. RGB value is (212,191,47). Sum of RGB (Red+Green+Blue) = 212+191+47=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF2F is #2B40D0. Grayscale: #B5B5B5. Windows color (decimal): -2834641 or 3129300. OLE color: 3129300.

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

Color convert

RGB 212 191 47 -
CMYK 0 0.10 0.78 0.17
HSL 52.36º 0.66% 0.51% -
HSV(B) 52.36º 0.78% 0.83% -
XYZ 46.3 51.46 10.18 -
YUV 180.86 52.46 150.21 -
System Red Green Blue C M Y K H S L
Decimal 212 191 47 0 0.10 0.78 0.17 52.36 0.66 0.51
Hex D4 BF 2F 0 A 4E 11 34 42 33
Octal 324 277 57 0 12 116 21 64 102 63
Binary 11010100 10111111 101111 0 1010 1001110 10001 110100 1000010 110011

Color Harmonies of #D4BF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF2F

Black with #D4BF2F

Text Example


Text Example

White with #D4BF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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