Html Css Color HEX #D2B539 Old Gold

📋 copy color: '#D2B539'

red 210 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #D2B539

Tints of Old Gold #D2B539

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

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

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

R = 46.88%
G = 40.4%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D2B539 (or 0xD2B539) is known color: Old Gold. HEX triplet: D2, B5 and 39. RGB value is (210,181,57). Sum of RGB (Red+Green+Blue) = 210+181+57=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B539 is #2D4AC6. Grayscale: #B0B0B0. Windows color (decimal): -2968263 or 3782098. OLE color: 3782098.

HSL color Cylindrical-coordinate representation of color #D2B539: hue angle of 48.63º degrees, saturation: 0.63, 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 #D2B539 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 57 -
CMYK 0 0.14 0.73 0.18
HSL 48.63º 0.63% 0.52% -
HSV(B) 48.63º 0.73% 0.82% -
XYZ 43.84 47.04 10.64 -
YUV 175.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 210 181 57 0 0.14 0.73 0.18 48.63 0.63 0.52
Hex D2 B5 39 0 E 49 12 31 3F 34
Octal 322 265 71 0 16 111 22 61 77 64
Binary 11010010 10110101 111001 0 1110 1001001 10010 110001 111111 110100

Color Harmonies of #D2B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B539

Black with #D2B539

Text Example


Text Example

White with #D2B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B539; }

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

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

background-color css

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

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

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

border-color css

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

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

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