Html Css Color HEX #D2B375 Putty

📋 copy color: '#D2B375'

red 210 ◦ green 179 ◦ blue 117

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

Shades of Putty #D2B375

Tints of Putty #D2B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 41.5%
G = 35.38%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2B375 (or 0xD2B375) is known color: Putty. HEX triplet: D2, B3 and 75. RGB value is (210,179,117). Sum of RGB (Red+Green+Blue) = 210+179+117=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B375 is #2D4C8A. Grayscale: #B5B5B5. Windows color (decimal): -2968715 or 7713746. OLE color: 7713746.

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

Color convert

RGB 210 179 117 -
CMYK 0 0.15 0.44 0.18
HSL 40º 0.51% 0.64% -
HSV(B) 40º 0.44% 0.82% -
XYZ 45.91 47.23 23.53 -
YUV 181.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 210 179 117 0 0.15 0.44 0.18 40 0.51 0.64
Hex D2 B3 75 0 F 2C 12 28 33 40
Octal 322 263 165 0 17 54 22 50 63 100
Binary 11010010 10110011 1110101 0 1111 101100 10010 101000 110011 1000000

Color Harmonies of #D2B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B375

Black with #D2B375

Text Example


Text Example

White with #D2B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B375; }

 p { color: rgb(210,179,117); }

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

background-color css

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

 a { background-color: rgb(210,179,117); }

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

border-color css

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

 span { border-color: rgb(210,179,117); }

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