Html Css Color HEX #D6B370 Putty

📋 copy color: '#D6B370'

red 214 ◦ green 179 ◦ blue 112

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

Shades of Putty #D6B370

Tints of Putty #D6B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.45%

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

R = 42.38%
G = 35.45%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B370 (or 0xD6B370) is known color: Putty. HEX triplet: D6, B3 and 70. RGB value is (214,179,112). Sum of RGB (Red+Green+Blue) = 214+179+112=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B370 is #294C8F. Grayscale: #B6B6B6. Windows color (decimal): -2706576 or 7386070. OLE color: 7386070.

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

Color convert

RGB 214 179 112 -
CMYK 0 0.16 0.48 0.16
HSL 39.41º 0.55% 0.64% -
HSV(B) 39.41º 0.48% 0.84% -
XYZ 46.78 47.71 22.07 -
YUV 181.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 214 179 112 0 0.16 0.48 0.16 39.41 0.55 0.64
Hex D6 B3 70 0 10 30 10 27 37 40
Octal 326 263 160 0 20 60 20 47 67 100
Binary 11010110 10110011 1110000 0 10000 110000 10000 100111 110111 1000000

Color Harmonies of #D6B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B370

Black with #D6B370

Text Example


Text Example

White with #D6B370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B370; }

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

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

background-color css

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

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

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

border-color css

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

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

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