Html Css Color HEX #D2B249 Old Gold

📋 copy color: '#D2B249'

red 210 ◦ green 178 ◦ blue 73

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

Shades of Old Gold #D2B249

Tints of Old Gold #D2B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

 BLUE value IS 73 (28.91% from 255) = 15.84%

R = 45.55%
G = 38.61%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#D2B249 (or 0xD2B249) is known color: Old Gold. HEX triplet: D2, B2 and 49. RGB value is (210,178,73). Sum of RGB (Red+Green+Blue) = 210+178+73=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B249 is #2D4DB6. Grayscale: #B0B0B0. Windows color (decimal): -2969015 or 4829906. OLE color: 4829906.

HSL color Cylindrical-coordinate representation of color #D2B249: hue angle of 45.99º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2B249 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 178 73 -
CMYK 0 0.15 0.65 0.18
HSL 45.99º 0.6% 0.55% -
HSV(B) 45.99º 0.65% 0.82% -
XYZ 43.7 46.02 12.88 -
YUV 175.6 70.1 152.54 -
System Red Green Blue C M Y K H S L
Decimal 210 178 73 0 0.15 0.65 0.18 45.99 0.6 0.55
Hex D2 B2 49 0 F 41 12 2E 3C 37
Octal 322 262 111 0 17 101 22 56 74 67
Binary 11010010 10110010 1001001 0 1111 1000001 10010 101110 111100 110111

Color Harmonies of #D2B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B249

Black with #D2B249

Text Example


Text Example

White with #D2B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B249; }

 p { color: rgb(210,178,73); }

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

background-color css

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

 a { background-color: rgb(210,178,73); }

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

border-color css

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

 span { border-color: rgb(210,178,73); }

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