Html Css Color HEX #D2B33A Old Gold

📋 copy color: '#D2B33A'

red 210 ◦ green 179 ◦ blue 58

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

Shades of Old Gold #D2B33A

Tints of Old Gold #D2B33A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

 BLUE value IS 58 (23.05% from 255) = 12.98%

R = 46.98%
G = 40.04%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D2B33A (or 0xD2B33A) is known color: Old Gold. HEX triplet: D2, B3 and 3A. RGB value is (210,179,58). Sum of RGB (Red+Green+Blue) = 210+179+58=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B33A is #2D4CC5. Grayscale: #AEAEAE. Windows color (decimal): -2968774 or 3847122. OLE color: 3847122.

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

Color convert

RGB 210 179 58 -
CMYK 0 0.15 0.72 0.18
HSL 47.76º 0.63% 0.53% -
HSV(B) 47.76º 0.72% 0.82% -
XYZ 43.46 46.25 10.64 -
YUV 174.48 62.27 153.34 -
System Red Green Blue C M Y K H S L
Decimal 210 179 58 0 0.15 0.72 0.18 47.76 0.63 0.53
Hex D2 B3 3A 0 F 48 12 30 3F 35
Octal 322 263 72 0 17 110 22 60 77 65
Binary 11010010 10110011 111010 0 1111 1001000 10010 110000 111111 110101

Color Harmonies of #D2B33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B33A

Black with #D2B33A

Text Example


Text Example

White with #D2B33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B33A; }

 p { color: rgb(210,179,58); }

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

background-color css

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

 a { background-color: rgb(210,179,58); }

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

border-color css

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

 span { border-color: rgb(210,179,58); }

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