Html Css Color HEX #D2B82F Old Gold

📋 copy color: '#D2B82F'

red 210 ◦ green 184 ◦ blue 47

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

Shades of Old Gold #D2B82F

Tints of Old Gold #D2B82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 47.62%
G = 41.72%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2B82F (or 0xD2B82F) is known color: Old Gold. HEX triplet: D2, B8 and 2F. RGB value is (210,184,47). Sum of RGB (Red+Green+Blue) = 210+184+47=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B82F is #2D47D0. Grayscale: #B0B0B0. Windows color (decimal): -2967505 or 3127506. OLE color: 3127506.

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

Color convert

RGB 210 184 47 -
CMYK 0 0.12 0.78 0.18
HSL 50.43º 0.64% 0.5% -
HSV(B) 50.43º 0.78% 0.82% -
XYZ 44.23 48.19 9.66 -
YUV 176.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 210 184 47 0 0.12 0.78 0.18 50.43 0.64 0.5
Hex D2 B8 2F 0 C 4E 12 32 40 32
Octal 322 270 57 0 14 116 22 62 100 62
Binary 11010010 10111000 101111 0 1100 1001110 10010 110010 1000000 110010

Color Harmonies of #D2B82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B82F

Black with #D2B82F

Text Example


Text Example

White with #D2B82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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