Html Css Color HEX #D2B932 Old Gold

📋 copy color: '#D2B932'

red 210 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #D2B932

Tints of Old Gold #D2B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.57%

 BLUE value IS 50 (19.92% from 255) = 11.24%

R = 47.19%
G = 41.57%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2B932 (or 0xD2B932) is known color: Old Gold. HEX triplet: D2, B9 and 32. RGB value is (210,185,50). Sum of RGB (Red+Green+Blue) = 210+185+50=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B932 is #2D46CD. Grayscale: #B1B1B1. Windows color (decimal): -2967246 or 3324370. OLE color: 3324370.

HSL color Cylindrical-coordinate representation of color #D2B932: hue angle of 50.62º 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 #D2B932 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 50 -
CMYK 0 0.12 0.76 0.18
HSL 50.63º 0.64% 0.51% -
HSV(B) 50.63º 0.76% 0.82% -
XYZ 44.5 48.63 10.06 -
YUV 177.09 56.28 151.48 -
System Red Green Blue C M Y K H S L
Decimal 210 185 50 0 0.12 0.76 0.18 50.63 0.64 0.51
Hex D2 B9 32 0 C 4C 12 33 40 33
Octal 322 271 62 0 14 114 22 63 100 63
Binary 11010010 10111001 110010 0 1100 1001100 10010 110011 1000000 110011

Color Harmonies of #D2B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B932

Black with #D2B932

Text Example


Text Example

White with #D2B932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B932; }

 p { color: rgb(210,185,50); }

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

background-color css

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

 a { background-color: rgb(210,185,50); }

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

border-color css

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

 span { border-color: rgb(210,185,50); }

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