Html Css Color HEX #D2B931 Old Gold

📋 copy color: '#D2B931'

red 210 ◦ green 185 ◦ blue 49

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

Shades of Old Gold #D2B931

Tints of Old Gold #D2B931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 47.3%
G = 41.67%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2B931 (or 0xD2B931) is known color: Old Gold. HEX triplet: D2, B9 and 31. RGB value is (210,185,49). Sum of RGB (Red+Green+Blue) = 210+185+49=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B931 is #2D46CE. Grayscale: #B1B1B1. Windows color (decimal): -2967247 or 3258834. OLE color: 3258834.

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

Color convert

RGB 210 185 49 -
CMYK 0 0.12 0.77 0.18
HSL 50.68º 0.64% 0.51% -
HSV(B) 50.68º 0.77% 0.82% -
XYZ 44.48 48.62 9.95 -
YUV 176.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 210 185 49 0 0.12 0.77 0.18 50.68 0.64 0.51
Hex D2 B9 31 0 C 4D 12 33 40 33
Octal 322 271 61 0 14 115 22 63 100 63
Binary 11010010 10111001 110001 0 1100 1001101 10010 110011 1000000 110011

Color Harmonies of #D2B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B931

Black with #D2B931

Text Example


Text Example

White with #D2B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B931; }

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

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

background-color css

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

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

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

border-color css

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

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

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