Html Css Color HEX #D5BF31 Old Gold

📋 copy color: '#D5BF31'

red 213 ◦ green 191 ◦ blue 49

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

Shades of Old Gold #D5BF31

Tints of Old Gold #D5BF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.82%

R = 47.02%
G = 42.16%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D5BF31 (or 0xD5BF31) is known color: Old Gold. HEX triplet: D5, BF and 31. RGB value is (213,191,49). Sum of RGB (Red+Green+Blue) = 213+191+49=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5BF31 is #2A40CE. Grayscale: #B5B5B5. Windows color (decimal): -2769103 or 3260373. OLE color: 3260373.

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

Color convert

RGB 213 191 49 -
CMYK 0 0.10 0.77 0.16
HSL 51.95º 0.66% 0.51% -
HSV(B) 51.95º 0.77% 0.84% -
XYZ 46.63 51.63 10.41 -
YUV 181.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 213 191 49 0 0.10 0.77 0.16 51.95 0.66 0.51
Hex D5 BF 31 0 A 4D 10 34 42 33
Octal 325 277 61 0 12 115 20 64 102 63
Binary 11010101 10111111 110001 0 1010 1001101 10000 110100 1000010 110011

Color Harmonies of #D5BF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BF31

Black with #D5BF31

Text Example


Text Example

White with #D5BF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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