Html Css Color HEX #D1BF37 Old Gold

📋 copy color: '#D1BF37'

red 209 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #D1BF37

Tints of Old Gold #D1BF37

RGB

 RED value IS 209 (82.03% from 255) = 45.93%

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

 BLUE value IS 55 (21.88% from 255) = 12.09%

R = 45.93%
G = 41.98%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D1BF37 (or 0xD1BF37) is known color: Old Gold. HEX triplet: D1, BF and 37. RGB value is (209,191,55). Sum of RGB (Red+Green+Blue) = 209+191+55=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 55 (21.88% from 255 or 12.09% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF37 is #2E40C8. Grayscale: #B5B5B5. Windows color (decimal): -3031241 or 3653585. OLE color: 3653585.

HSL color Cylindrical-coordinate representation of color #D1BF37: hue angle of 52.99º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1BF37 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 191 55 -
CMYK 0 0.09 0.74 0.18
HSL 52.99º 0.63% 0.52% -
HSV(B) 52.99º 0.74% 0.82% -
XYZ 45.61 51.09 11.07 -
YUV 180.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 209 191 55 0 0.09 0.74 0.18 52.99 0.63 0.52
Hex D1 BF 37 0 9 4A 12 35 3F 34
Octal 321 277 67 0 11 112 22 65 77 64
Binary 11010001 10111111 110111 0 1001 1001010 10010 110101 111111 110100

Color Harmonies of #D1BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BF37

Black with #D1BF37

Text Example


Text Example

White with #D1BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BF37; }

 p { color: rgb(209,191,55); }

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

background-color css

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

 a { background-color: rgb(209,191,55); }

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

border-color css

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

 span { border-color: rgb(209,191,55); }

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