Html Css Color HEX #D0B53B Old Gold

📋 copy color: '#D0B53B'

red 208 ◦ green 181 ◦ blue 59

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

Shades of Old Gold #D0B53B

Tints of Old Gold #D0B53B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.17%

R = 46.43%
G = 40.4%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D0B53B (or 0xD0B53B) is known color: Old Gold. HEX triplet: D0, B5 and 3B. RGB value is (208,181,59). Sum of RGB (Red+Green+Blue) = 208+181+59=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 59 (23.44% from 255 or 13.17% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B53B is #2F4AC4. Grayscale: #AFAFAF. Windows color (decimal): -3099333 or 3913168. OLE color: 3913168.

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

Color convert

RGB 208 181 59 -
CMYK 0 0.13 0.72 0.18
HSL 49.13º 0.61% 0.52% -
HSV(B) 49.13º 0.72% 0.82% -
XYZ 43.33 46.77 10.88 -
YUV 175.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 208 181 59 0 0.13 0.72 0.18 49.13 0.61 0.52
Hex D0 B5 3B 0 D 48 12 31 3D 34
Octal 320 265 73 0 15 110 22 61 75 64
Binary 11010000 10110101 111011 0 1101 1001000 10010 110001 111101 110100

Color Harmonies of #D0B53B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B53B

Black with #D0B53B

Text Example


Text Example

White with #D0B53B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B53B; }

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

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

background-color css

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

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

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

border-color css

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

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

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