Html Css Color HEX #D2BA31 Old Gold

📋 copy color: '#D2BA31'

red 210 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #D2BA31

Tints of Old Gold #D2BA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 47.19%
G = 41.8%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2BA31 (or 0xD2BA31) is known color: Old Gold. HEX triplet: D2, BA and 31. RGB value is (210,186,49). Sum of RGB (Red+Green+Blue) = 210+186+49=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 49 (19.53% from 255 or 11.01% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA31 is #2D45CE. Grayscale: #B2B2B2. Windows color (decimal): -2966991 or 3259090. OLE color: 3259090.

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

Color convert

RGB 210 186 49 -
CMYK 0 0.11 0.77 0.18
HSL 51.06º 0.64% 0.51% -
HSV(B) 51.06º 0.77% 0.82% -
XYZ 44.69 49.04 10.02 -
YUV 177.56 55.45 151.14 -
System Red Green Blue C M Y K H S L
Decimal 210 186 49 0 0.11 0.77 0.18 51.06 0.64 0.51
Hex D2 BA 31 0 B 4D 12 33 40 33
Octal 322 272 61 0 13 115 22 63 100 63
Binary 11010010 10111010 110001 0 1011 1001101 10010 110011 1000000 110011

Color Harmonies of #D2BA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BA31

Black with #D2BA31

Text Example


Text Example

White with #D2BA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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