Html Css Color HEX #D6B670 Putty

📋 copy color: '#D6B670'

red 214 ◦ green 182 ◦ blue 112

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

Shades of Putty #D6B670

Tints of Putty #D6B670

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.83%

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

R = 42.13%
G = 35.83%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B670 (or 0xD6B670) is known color: Putty. HEX triplet: D6, B6 and 70. RGB value is (214,182,112). Sum of RGB (Red+Green+Blue) = 214+182+112=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B670 is #29498F. Grayscale: #B7B7B7. Windows color (decimal): -2705808 or 7386838. OLE color: 7386838.

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

Color convert

RGB 214 182 112 -
CMYK 0 0.15 0.48 0.16
HSL 41.18º 0.55% 0.64% -
HSV(B) 41.18º 0.48% 0.84% -
XYZ 47.38 48.92 22.27 -
YUV 183.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 214 182 112 0 0.15 0.48 0.16 41.18 0.55 0.64
Hex D6 B6 70 0 F 30 10 29 37 40
Octal 326 266 160 0 17 60 20 51 67 100
Binary 11010110 10110110 1110000 0 1111 110000 10000 101001 110111 1000000

Color Harmonies of #D6B670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B670

Black with #D6B670

Text Example


Text Example

White with #D6B670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B670; }

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

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

background-color css

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

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

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

border-color css

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

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

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