Html Css Color HEX #D6B26C Putty

📋 copy color: '#D6B26C'

red 214 ◦ green 178 ◦ blue 108

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

Shades of Putty #D6B26C

Tints of Putty #D6B26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 42.8%
G = 35.6%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B26C (or 0xD6B26C) is known color: Putty. HEX triplet: D6, B2 and 6C. RGB value is (214,178,108). Sum of RGB (Red+Green+Blue) = 214+178+108=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B26C is #294D93. Grayscale: #B5B5B5. Windows color (decimal): -2706836 or 7123670. OLE color: 7123670.

HSL color Cylindrical-coordinate representation of color #D6B26C: hue angle of 39.62º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B26C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 178 108 -
CMYK 0 0.17 0.50 0.16
HSL 39.62º 0.56% 0.63% -
HSV(B) 39.62º 0.5% 0.84% -
XYZ 46.36 47.22 20.86 -
YUV 180.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 214 178 108 0 0.17 0.50 0.16 39.62 0.56 0.63
Hex D6 B2 6C 0 11 32 10 28 38 3F
Octal 326 262 154 0 21 62 20 50 70 77
Binary 11010110 10110010 1101100 0 10001 110010 10000 101000 111000 111111

Color Harmonies of #D6B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B26C

Black with #D6B26C

Text Example


Text Example

White with #D6B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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