Html Css Color HEX #D2B635 Old Gold

📋 copy color: '#D2B635'

red 210 ◦ green 182 ◦ blue 53

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

Shades of Old Gold #D2B635

Tints of Old Gold #D2B635

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.9%

 BLUE value IS 53 (21.09% from 255) = 11.91%

R = 47.19%
G = 40.9%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D2B635 (or 0xD2B635) is known color: Old Gold. HEX triplet: D2, B6 and 35. RGB value is (210,182,53). Sum of RGB (Red+Green+Blue) = 210+182+53=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 53 (21.09% from 255 or 11.91% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B635 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B635 is #2D49CA. Grayscale: #B0B0B0. Windows color (decimal): -2968011 or 3520210. OLE color: 3520210.

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

Color convert

RGB 210 182 53 -
CMYK 0 0.13 0.75 0.18
HSL 49.3º 0.64% 0.52% -
HSV(B) 49.3º 0.75% 0.82% -
XYZ 43.95 47.41 10.2 -
YUV 175.67 58.78 152.49 -
System Red Green Blue C M Y K H S L
Decimal 210 182 53 0 0.13 0.75 0.18 49.3 0.64 0.52
Hex D2 B6 35 0 D 4B 12 31 40 34
Octal 322 266 65 0 15 113 22 61 100 64
Binary 11010010 10110110 110101 0 1101 1001011 10010 110001 1000000 110100

Color Harmonies of #D2B635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B635

Black with #D2B635

Text Example


Text Example

White with #D2B635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B635; }

 p { color: rgb(210,182,53); }

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

background-color css

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

 a { background-color: rgb(210,182,53); }

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

border-color css

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

 span { border-color: rgb(210,182,53); }

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