Html Css Color HEX #D0B539 Old Gold

📋 copy color: '#D0B539'

red 208 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #D0B539

Tints of Old Gold #D0B539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.58%

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 46.64%
G = 40.58%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D0B539 (or 0xD0B539) is known color: Old Gold. HEX triplet: D0, B5 and 39. RGB value is (208,181,57). Sum of RGB (Red+Green+Blue) = 208+181+57=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B539 is #2F4AC6. Grayscale: #AFAFAF. Windows color (decimal): -3099335 or 3782096. OLE color: 3782096.

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

Color convert

RGB 208 181 57 -
CMYK 0 0.13 0.73 0.18
HSL 49.27º 0.62% 0.52% -
HSV(B) 49.27º 0.73% 0.82% -
XYZ 43.27 46.75 10.61 -
YUV 174.94 61.45 151.58 -
System Red Green Blue C M Y K H S L
Decimal 208 181 57 0 0.13 0.73 0.18 49.27 0.62 0.52
Hex D0 B5 39 0 D 49 12 31 3E 34
Octal 320 265 71 0 15 111 22 61 76 64
Binary 11010000 10110101 111001 0 1101 1001001 10010 110001 111110 110100

Color Harmonies of #D0B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B539

Black with #D0B539

Text Example


Text Example

White with #D0B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B539; }

 p { color: rgb(208,181,57); }

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

background-color css

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

 a { background-color: rgb(208,181,57); }

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

border-color css

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

 span { border-color: rgb(208,181,57); }

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