Html Css Color HEX #D0B831 Old Gold

📋 copy color: '#D0B831'

red 208 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #D0B831

Tints of Old Gold #D0B831

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

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

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

R = 47.17%
G = 41.72%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0B831 (or 0xD0B831) is known color: Old Gold. HEX triplet: D0, B8 and 31. RGB value is (208,184,49). Sum of RGB (Red+Green+Blue) = 208+184+49=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B831 is #2F47CE. Grayscale: #B0B0B0. Windows color (decimal): -3098575 or 3258576. OLE color: 3258576.

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

Color convert

RGB 208 184 49 -
CMYK 0 0.12 0.76 0.18
HSL 50.94º 0.63% 0.5% -
HSV(B) 50.94º 0.76% 0.82% -
XYZ 43.71 47.91 9.85 -
YUV 175.79 56.45 150.98 -
System Red Green Blue C M Y K H S L
Decimal 208 184 49 0 0.12 0.76 0.18 50.94 0.63 0.5
Hex D0 B8 31 0 C 4C 12 33 3F 32
Octal 320 270 61 0 14 114 22 63 77 62
Binary 11010000 10111000 110001 0 1100 1001100 10010 110011 111111 110010

Color Harmonies of #D0B831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B831

Black with #D0B831

Text Example


Text Example

White with #D0B831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B831; }

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

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

background-color css

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

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

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

border-color css

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

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

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