Html Css Color HEX #D2B533 Old Gold

📋 copy color: '#D2B533'

red 210 ◦ green 181 ◦ blue 51

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

Shades of Old Gold #D2B533

Tints of Old Gold #D2B533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.54%

R = 47.51%
G = 40.95%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2B533 (or 0xD2B533) is known color: Old Gold. HEX triplet: D2, B5 and 33. RGB value is (210,181,51). Sum of RGB (Red+Green+Blue) = 210+181+51=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B533 is #2D4ACC. Grayscale: #AFAFAF. Windows color (decimal): -2968269 or 3388882. OLE color: 3388882.

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

Color convert

RGB 210 181 51 -
CMYK 0 0.14 0.76 0.18
HSL 49.06º 0.64% 0.51% -
HSV(B) 49.06º 0.76% 0.82% -
XYZ 43.7 46.99 9.9 -
YUV 174.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 210 181 51 0 0.14 0.76 0.18 49.06 0.64 0.51
Hex D2 B5 33 0 E 4C 12 31 40 33
Octal 322 265 63 0 16 114 22 61 100 63
Binary 11010010 10110101 110011 0 1110 1001100 10010 110001 1000000 110011

Color Harmonies of #D2B533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B533

Black with #D2B533

Text Example


Text Example

White with #D2B533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B533; }

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

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

background-color css

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

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

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

border-color css

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

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

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