Html Css Color HEX #D2B933 Old Gold

📋 copy color: '#D2B933'

red 210 ◦ green 185 ◦ blue 51

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

Shades of Old Gold #D2B933

Tints of Old Gold #D2B933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.43%

R = 47.09%
G = 41.48%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2B933 (or 0xD2B933) is known color: Old Gold. HEX triplet: D2, B9 and 33. RGB value is (210,185,51). Sum of RGB (Red+Green+Blue) = 210+185+51=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 51 (20.31% from 255 or 11.43% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B933 is #2D46CC. Grayscale: #B1B1B1. Windows color (decimal): -2967245 or 3389906. OLE color: 3389906.

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

Color convert

RGB 210 185 51 -
CMYK 0 0.12 0.76 0.18
HSL 50.57º 0.64% 0.51% -
HSV(B) 50.57º 0.76% 0.82% -
XYZ 44.52 48.64 10.17 -
YUV 177.2 56.78 151.4 -
System Red Green Blue C M Y K H S L
Decimal 210 185 51 0 0.12 0.76 0.18 50.57 0.64 0.51
Hex D2 B9 33 0 C 4C 12 33 40 33
Octal 322 271 63 0 14 114 22 63 100 63
Binary 11010010 10111001 110011 0 1100 1001100 10010 110011 1000000 110011

Color Harmonies of #D2B933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B933

Black with #D2B933

Text Example


Text Example

White with #D2B933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B933; }

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

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

background-color css

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

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

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

border-color css

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

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

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