Html Css Color HEX #D6B66F Putty

📋 copy color: '#D6B66F'

red 214 ◦ green 182 ◦ blue 111

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

Shades of Putty #D6B66F

Tints of Putty #D6B66F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 42.21%
G = 35.9%
B = 21.89%

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

#D6B66F (or 0xD6B66F) is known color: Putty. HEX triplet: D6, B6 and 6F. RGB value is (214,182,111). Sum of RGB (Red+Green+Blue) = 214+182+111=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B66F is #294990. Grayscale: #B7B7B7. Windows color (decimal): -2705809 or 7321302. OLE color: 7321302.

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

Color convert

RGB 214 182 111 -
CMYK 0 0.15 0.48 0.16
HSL 41.36º 0.56% 0.64% -
HSV(B) 41.36º 0.48% 0.84% -
XYZ 47.33 48.9 21.98 -
YUV 183.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 214 182 111 0 0.15 0.48 0.16 41.36 0.56 0.64
Hex D6 B6 6F 0 F 30 10 29 38 40
Octal 326 266 157 0 17 60 20 51 70 100
Binary 11010110 10110110 1101111 0 1111 110000 10000 101001 111000 1000000

Color Harmonies of #D6B66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B66F

Black with #D6B66F

Text Example


Text Example

White with #D6B66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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