Html Css Color HEX #D6B270 Putty

📋 copy color: '#D6B270'

red 214 ◦ green 178 ◦ blue 112

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

Shades of Putty #D6B270

Tints of Putty #D6B270

RGB

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

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

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

R = 42.46%
G = 35.32%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6B270 (or 0xD6B270) is known color: Putty. HEX triplet: D6, B2 and 70. RGB value is (214,178,112). Sum of RGB (Red+Green+Blue) = 214+178+112=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B270 is #294D8F. Grayscale: #B5B5B5. Windows color (decimal): -2706832 or 7385814. OLE color: 7385814.

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

Color convert

RGB 214 178 112 -
CMYK 0 0.17 0.48 0.16
HSL 38.82º 0.55% 0.64% -
HSV(B) 38.82º 0.48% 0.84% -
XYZ 46.58 47.31 22.01 -
YUV 181.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 214 178 112 0 0.17 0.48 0.16 38.82 0.55 0.64
Hex D6 B2 70 0 11 30 10 27 37 40
Octal 326 262 160 0 21 60 20 47 67 100
Binary 11010110 10110010 1110000 0 10001 110000 10000 100111 110111 1000000

Color Harmonies of #D6B270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B270

Black with #D6B270

Text Example


Text Example

White with #D6B270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B270; }

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

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

background-color css

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

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

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

border-color css

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

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

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