Html Css Color HEX #D4BF40 Old Gold

📋 copy color: '#D4BF40'

red 212 ◦ green 191 ◦ blue 64

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

Shades of Old Gold #D4BF40

Tints of Old Gold #D4BF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 45.4%
G = 40.9%
B = 13.7%

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

#D4BF40 (or 0xD4BF40) is known color: Old Gold. HEX triplet: D4, BF and 40. RGB value is (212,191,64). Sum of RGB (Red+Green+Blue) = 212+191+64=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BF40 is #2B40BF. Grayscale: #B7B7B7. Windows color (decimal): -2834624 or 4243412. OLE color: 4243412.

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

Color convert

RGB 212 191 64 -
CMYK 0 0.10 0.70 0.17
HSL 51.49º 0.63% 0.54% -
HSV(B) 51.49º 0.7% 0.83% -
XYZ 46.71 51.63 12.35 -
YUV 182.8 60.96 148.83 -
System Red Green Blue C M Y K H S L
Decimal 212 191 64 0 0.10 0.70 0.17 51.49 0.63 0.54
Hex D4 BF 40 0 A 46 11 33 3F 36
Octal 324 277 100 0 12 106 21 63 77 66
Binary 11010100 10111111 1000000 0 1010 1000110 10001 110011 111111 110110

Color Harmonies of #D4BF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BF40

Black with #D4BF40

Text Example


Text Example

White with #D4BF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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