Html Css Color HEX #D5BF3F Old Gold

📋 copy color: '#D5BF3F'

red 213 ◦ green 191 ◦ blue 63

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

Shades of Old Gold #D5BF3F

Tints of Old Gold #D5BF3F

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 40.9%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5BF3F (or 0xD5BF3F) is known color: Old Gold. HEX triplet: D5, BF and 3F. RGB value is (213,191,63). Sum of RGB (Red+Green+Blue) = 213+191+63=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 63 (25% from 255 or 13.49% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF3F is #2A40C0. Grayscale: #B7B7B7. Windows color (decimal): -2769089 or 4177877. OLE color: 4177877.

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

Color convert

RGB 213 191 63 -
CMYK 0 0.10 0.70 0.16
HSL 51.2º 0.64% 0.54% -
HSV(B) 51.2º 0.7% 0.84% -
XYZ 46.97 51.77 12.22 -
YUV 182.99 60.29 149.41 -
System Red Green Blue C M Y K H S L
Decimal 213 191 63 0 0.10 0.70 0.16 51.2 0.64 0.54
Hex D5 BF 3F 0 A 46 10 33 40 36
Octal 325 277 77 0 12 106 20 63 100 66
Binary 11010101 10111111 111111 0 1010 1000110 10000 110011 1000000 110110

Color Harmonies of #D5BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF3F

Black with #D5BF3F

Text Example


Text Example

White with #D5BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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