Html Css Color HEX #D1B831 Old Gold

📋 copy color: '#D1B831'

red 209 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #D1B831

Tints of Old Gold #D1B831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

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

R = 47.29%
G = 41.63%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1B831 (or 0xD1B831) is known color: Old Gold. HEX triplet: D1, B8 and 31. RGB value is (209,184,49). Sum of RGB (Red+Green+Blue) = 209+184+49=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B831 is #2E47CE. Grayscale: #B0B0B0. Windows color (decimal): -3033039 or 3258577. OLE color: 3258577.

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

Color convert

RGB 209 184 49 -
CMYK 0 0.12 0.77 0.18
HSL 50.63º 0.63% 0.51% -
HSV(B) 50.63º 0.77% 0.82% -
XYZ 43.99 48.06 9.86 -
YUV 176.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 209 184 49 0 0.12 0.77 0.18 50.63 0.63 0.51
Hex D1 B8 31 0 C 4D 12 33 3F 33
Octal 321 270 61 0 14 115 22 63 77 63
Binary 11010001 10111000 110001 0 1100 1001101 10010 110011 111111 110011

Color Harmonies of #D1B831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B831

Black with #D1B831

Text Example


Text Example

White with #D1B831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B831; }

 p { color: rgb(209,184,49); }

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

background-color css

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

 a { background-color: rgb(209,184,49); }

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

border-color css

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

 span { border-color: rgb(209,184,49); }

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