Html Css Color HEX #D6A26F Putty

📋 copy color: '#D6A26F'

red 214 ◦ green 162 ◦ blue 111

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

Shades of Putty #D6A26F

Tints of Putty #D6A26F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.26%

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

R = 43.94%
G = 33.26%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A26F (or 0xD6A26F) is known color: Putty. HEX triplet: D6, A2 and 6F. RGB value is (214,162,111). Sum of RGB (Red+Green+Blue) = 214+162+111=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A26F is #295D90. Grayscale: #ABABAB. Windows color (decimal): -2710929 or 7316182. OLE color: 7316182.

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

Color convert

RGB 214 162 111 -
CMYK 0 0.24 0.48 0.16
HSL 29.71º 0.56% 0.64% -
HSV(B) 29.71º 0.48% 0.84% -
XYZ 43.52 41.28 20.71 -
YUV 171.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 214 162 111 0 0.24 0.48 0.16 29.71 0.56 0.64
Hex D6 A2 6F 0 18 30 10 1E 38 40
Octal 326 242 157 0 30 60 20 36 70 100
Binary 11010110 10100010 1101111 0 11000 110000 10000 11110 111000 1000000

Color Harmonies of #D6A26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A26F

Black with #D6A26F

Text Example


Text Example

White with #D6A26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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