Html Css Color HEX #D2B834 Old Gold

📋 copy color: '#D2B834'

red 210 ◦ green 184 ◦ blue 52

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

Shades of Old Gold #D2B834

Tints of Old Gold #D2B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

 BLUE value IS 52 (20.7% from 255) = 11.66%

R = 47.09%
G = 41.26%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2B834 (or 0xD2B834) is known color: Old Gold. HEX triplet: D2, B8 and 34. RGB value is (210,184,52). Sum of RGB (Red+Green+Blue) = 210+184+52=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B834 is #2D47CB. Grayscale: #B1B1B1. Windows color (decimal): -2967500 or 3455186. OLE color: 3455186.

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

Color convert

RGB 210 184 52 -
CMYK 0 0.12 0.75 0.18
HSL 50.13º 0.64% 0.51% -
HSV(B) 50.13º 0.75% 0.82% -
XYZ 44.34 48.23 10.22 -
YUV 176.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 210 184 52 0 0.12 0.75 0.18 50.13 0.64 0.51
Hex D2 B8 34 0 C 4B 12 32 40 33
Octal 322 270 64 0 14 113 22 62 100 63
Binary 11010010 10111000 110100 0 1100 1001011 10010 110010 1000000 110011

Color Harmonies of #D2B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B834

Black with #D2B834

Text Example


Text Example

White with #D2B834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B834; }

 p { color: rgb(210,184,52); }

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

background-color css

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

 a { background-color: rgb(210,184,52); }

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

border-color css

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

 span { border-color: rgb(210,184,52); }

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