Html Css Color HEX #D6B275 Putty

📋 copy color: '#D6B275'

red 214 ◦ green 178 ◦ blue 117

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

Shades of Putty #D6B275

Tints of Putty #D6B275

RGB

 RED value IS 214 (83.98% from 255) = 42.04%

 GREEN value IS 178 (69.92% from 255) = 34.97%

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

R = 42.04%
G = 34.97%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B275 (or 0xD6B275) is known color: Putty. HEX triplet: D6, B2 and 75. RGB value is (214,178,117). Sum of RGB (Red+Green+Blue) = 214+178+117=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 178 (69.92% from 255 or 34.97% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B275 is #294D8A. Grayscale: #B6B6B6. Windows color (decimal): -2706827 or 7713494. OLE color: 7713494.

HSL color Cylindrical-coordinate representation of color #D6B275: hue angle of 37.73º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B275 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 117 -
CMYK 0 0.17 0.45 0.16
HSL 37.73º 0.54% 0.65% -
HSV(B) 37.73º 0.45% 0.84% -
XYZ 46.86 47.42 23.51 -
YUV 181.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 214 178 117 0 0.17 0.45 0.16 37.73 0.54 0.65
Hex D6 B2 75 0 11 2D 10 26 36 41
Octal 326 262 165 0 21 55 20 46 66 101
Binary 11010110 10110010 1110101 0 10001 101101 10000 100110 110110 1000001

Color Harmonies of #D6B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B275

Black with #D6B275

Text Example


Text Example

White with #D6B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B275; }

 p { color: rgb(214,178,117); }

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

background-color css

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

 a { background-color: rgb(214,178,117); }

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

border-color css

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

 span { border-color: rgb(214,178,117); }

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