Html Css Color HEX #D2B732 Old Gold

📋 copy color: '#D2B732'

red 210 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #D2B732

Tints of Old Gold #D2B732

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.31%

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

R = 47.4%
G = 41.31%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2B732 (or 0xD2B732) is known color: Old Gold. HEX triplet: D2, B7 and 32. RGB value is (210,183,50). Sum of RGB (Red+Green+Blue) = 210+183+50=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B732 is #2D48CD. Grayscale: #B0B0B0. Windows color (decimal): -2967758 or 3323858. OLE color: 3323858.

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

Color convert

RGB 210 183 50 -
CMYK 0 0.13 0.76 0.18
HSL 49.88º 0.64% 0.51% -
HSV(B) 49.88º 0.76% 0.82% -
XYZ 44.09 47.8 9.92 -
YUV 175.91 56.95 152.31 -
System Red Green Blue C M Y K H S L
Decimal 210 183 50 0 0.13 0.76 0.18 49.88 0.64 0.51
Hex D2 B7 32 0 D 4C 12 32 40 33
Octal 322 267 62 0 15 114 22 62 100 63
Binary 11010010 10110111 110010 0 1101 1001100 10010 110010 1000000 110011

Color Harmonies of #D2B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B732

Black with #D2B732

Text Example


Text Example

White with #D2B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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