Html Css Color HEX #D2B876 Putty

📋 copy color: '#D2B876'

red 210 ◦ green 184 ◦ blue 118

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

Shades of Putty #D2B876

Tints of Putty #D2B876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.05%

R = 41.02%
G = 35.94%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2B876 (or 0xD2B876) is known color: Putty. HEX triplet: D2, B8 and 76. RGB value is (210,184,118). Sum of RGB (Red+Green+Blue) = 210+184+118=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B876 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B876 is #2D4789. Grayscale: #B8B8B8. Windows color (decimal): -2967434 or 7780562. OLE color: 7780562.

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

Color convert

RGB 210 184 118 -
CMYK 0 0.12 0.44 0.18
HSL 43.04º 0.51% 0.64% -
HSV(B) 43.04º 0.44% 0.82% -
XYZ 46.99 49.29 24.18 -
YUV 184.25 90.61 146.37 -
System Red Green Blue C M Y K H S L
Decimal 210 184 118 0 0.12 0.44 0.18 43.04 0.51 0.64
Hex D2 B8 76 0 C 2C 12 2B 33 40
Octal 322 270 166 0 14 54 22 53 63 100
Binary 11010010 10111000 1110110 0 1100 101100 10010 101011 110011 1000000

Color Harmonies of #D2B876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B876

Black with #D2B876

Text Example


Text Example

White with #D2B876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B876; }

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

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

background-color css

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

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

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

border-color css

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

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

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