Html Css Color HEX #D4BF3F Old Gold

📋 copy color: '#D4BF3F'

red 212 ◦ green 191 ◦ blue 63

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

Shades of Old Gold #D4BF3F

Tints of Old Gold #D4BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.52%

R = 45.49%
G = 40.99%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D4BF3F (or 0xD4BF3F) is known color: Old Gold. HEX triplet: D4, BF and 3F. RGB value is (212,191,63). Sum of RGB (Red+Green+Blue) = 212+191+63=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 63 (25% from 255 or 13.52% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF3F is #2B40C0. Grayscale: #B7B7B7. Windows color (decimal): -2834625 or 4177876. OLE color: 4177876.

HSL color Cylindrical-coordinate representation of color #D4BF3F: hue angle of 51.54º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4BF3F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 191 63 -
CMYK 0 0.10 0.70 0.17
HSL 51.54º 0.63% 0.54% -
HSV(B) 51.54º 0.7% 0.83% -
XYZ 46.68 51.62 12.21 -
YUV 182.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 212 191 63 0 0.10 0.70 0.17 51.54 0.63 0.54
Hex D4 BF 3F 0 A 46 11 34 3F 36
Octal 324 277 77 0 12 106 21 64 77 66
Binary 11010100 10111111 111111 0 1010 1000110 10001 110100 111111 110110

Color Harmonies of #D4BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF3F

Black with #D4BF3F

Text Example


Text Example

White with #D4BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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