Html Css Color HEX #D6B770 Putty

📋 copy color: '#D6B770'

red 214 ◦ green 183 ◦ blue 112

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

Shades of Putty #D6B770

Tints of Putty #D6B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.95%

 BLUE value IS 112 (44.14% from 255) = 22%

R = 42.04%
G = 35.95%
B = 22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B770 (or 0xD6B770) is known color: Putty. HEX triplet: D6, B7 and 70. RGB value is (214,183,112). Sum of RGB (Red+Green+Blue) = 214+183+112=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B770 is #29488F. Grayscale: #B8B8B8. Windows color (decimal): -2705552 or 7387094. OLE color: 7387094.

HSL color Cylindrical-coordinate representation of color #D6B770: hue angle of 41.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6B770 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 112 -
CMYK 0 0.14 0.48 0.16
HSL 41.76º 0.55% 0.64% -
HSV(B) 41.76º 0.48% 0.84% -
XYZ 47.59 49.33 22.34 -
YUV 184.18 87.27 149.27 -
System Red Green Blue C M Y K H S L
Decimal 214 183 112 0 0.14 0.48 0.16 41.76 0.55 0.64
Hex D6 B7 70 0 E 30 10 2A 37 40
Octal 326 267 160 0 16 60 20 52 67 100
Binary 11010110 10110111 1110000 0 1110 110000 10000 101010 110111 1000000

Color Harmonies of #D6B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B770

Black with #D6B770

Text Example


Text Example

White with #D6B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B770; }

 p { color: rgb(214,183,112); }

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

background-color css

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

 a { background-color: rgb(214,183,112); }

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

border-color css

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

 span { border-color: rgb(214,183,112); }

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