Html Css Color HEX #D8B06C Putty

📋 copy color: '#D8B06C'

red 216 ◦ green 176 ◦ blue 108

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

Shades of Putty #D8B06C

Tints of Putty #D8B06C

RGB

 RED value IS 216 (84.77% from 255) = 43.2%

 GREEN value IS 176 (69.14% from 255) = 35.2%

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

R = 43.2%
G = 35.2%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8B06C (or 0xD8B06C) is known color: Putty. HEX triplet: D8, B0 and 6C. RGB value is (216,176,108). Sum of RGB (Red+Green+Blue) = 216+176+108=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8B06C is #274F93. Grayscale: #B4B4B4. Windows color (decimal): -2576276 or 7123160. OLE color: 7123160.

HSL color Cylindrical-coordinate representation of color #D8B06C: hue angle of 37.78º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D8B06C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 176 108 -
CMYK 0 0.19 0.50 0.15
HSL 37.78º 0.58% 0.64% -
HSV(B) 37.78º 0.5% 0.85% -
XYZ 46.55 46.73 20.75 -
YUV 180.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 216 176 108 0 0.19 0.50 0.15 37.78 0.58 0.64
Hex D8 B0 6C 0 13 32 F 26 3A 40
Octal 330 260 154 0 23 62 17 46 72 100
Binary 11011000 10110000 1101100 0 10011 110010 1111 100110 111010 1000000

Color Harmonies of #D8B06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B06C

Black with #D8B06C

Text Example


Text Example

White with #D8B06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B06C; }

 p { color: rgb(216,176,108); }

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

background-color css

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

 a { background-color: rgb(216,176,108); }

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

border-color css

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

 span { border-color: rgb(216,176,108); }

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