Html Css Color HEX #D6B46F Putty

📋 copy color: '#D6B46F'

red 214 ◦ green 180 ◦ blue 111

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

Shades of Putty #D6B46F

Tints of Putty #D6B46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

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

R = 42.38%
G = 35.64%
B = 21.98%

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

#D6B46F (or 0xD6B46F) is known color: Putty. HEX triplet: D6, B4 and 6F. RGB value is (214,180,111). Sum of RGB (Red+Green+Blue) = 214+180+111=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B46F is #294B90. Grayscale: #B6B6B6. Windows color (decimal): -2706321 or 7320790. OLE color: 7320790.

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

Color convert

RGB 214 180 111 -
CMYK 0 0.16 0.48 0.16
HSL 40.19º 0.56% 0.64% -
HSV(B) 40.19º 0.48% 0.84% -
XYZ 46.92 48.09 21.85 -
YUV 182.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 214 180 111 0 0.16 0.48 0.16 40.19 0.56 0.64
Hex D6 B4 6F 0 10 30 10 28 38 40
Octal 326 264 157 0 20 60 20 50 70 100
Binary 11010110 10110100 1101111 0 10000 110000 10000 101000 111000 1000000

Color Harmonies of #D6B46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B46F

Black with #D6B46F

Text Example


Text Example

White with #D6B46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B46F; }

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

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

background-color css

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

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

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

border-color css

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

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

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