Html Css Color HEX #D6B075 Putty

📋 copy color: '#D6B075'

red 214 ◦ green 176 ◦ blue 117

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

Shades of Putty #D6B075

Tints of Putty #D6B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.08%

R = 42.21%
G = 34.71%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B075 (or 0xD6B075) is known color: Putty. HEX triplet: D6, B0 and 75. RGB value is (214,176,117). Sum of RGB (Red+Green+Blue) = 214+176+117=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B075 is #294F8A. Grayscale: #B4B4B4. Windows color (decimal): -2707339 or 7712982. OLE color: 7712982.

HSL color Cylindrical-coordinate representation of color #D6B075: hue angle of 36.49º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6B075 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 117 -
CMYK 0 0.18 0.45 0.16
HSL 36.49º 0.54% 0.65% -
HSV(B) 36.49º 0.45% 0.84% -
XYZ 46.47 46.63 23.38 -
YUV 180.64 92.09 151.8 -
System Red Green Blue C M Y K H S L
Decimal 214 176 117 0 0.18 0.45 0.16 36.49 0.54 0.65
Hex D6 B0 75 0 12 2D 10 24 36 41
Octal 326 260 165 0 22 55 20 44 66 101
Binary 11010110 10110000 1110101 0 10010 101101 10000 100100 110110 1000001

Color Harmonies of #D6B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B075

Black with #D6B075

Text Example


Text Example

White with #D6B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B075; }

 p { color: rgb(214,176,117); }

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

background-color css

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

 a { background-color: rgb(214,176,117); }

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

border-color css

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

 span { border-color: rgb(214,176,117); }

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