Html Css Color HEX #D0B534 Old Gold

📋 copy color: '#D0B534'

red 208 ◦ green 181 ◦ blue 52

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

Shades of Old Gold #D0B534

Tints of Old Gold #D0B534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.79%

R = 47.17%
G = 41.04%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0B534 (or 0xD0B534) is known color: Old Gold. HEX triplet: D0, B5 and 34. RGB value is (208,181,52). Sum of RGB (Red+Green+Blue) = 208+181+52=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 52 (20.70% from 255 or 11.79% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0B534 is #2F4ACB. Grayscale: #AEAEAE. Windows color (decimal): -3099340 or 3454416. OLE color: 3454416.

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

Color convert

RGB 208 181 52 -
CMYK 0 0.13 0.75 0.18
HSL 49.62º 0.62% 0.51% -
HSV(B) 49.62º 0.75% 0.82% -
XYZ 43.16 46.71 9.99 -
YUV 174.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 208 181 52 0 0.13 0.75 0.18 49.62 0.62 0.51
Hex D0 B5 34 0 D 4B 12 32 3E 33
Octal 320 265 64 0 15 113 22 62 76 63
Binary 11010000 10110101 110100 0 1101 1001011 10010 110010 111110 110011

Color Harmonies of #D0B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B534

Black with #D0B534

Text Example


Text Example

White with #D0B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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