Html Css Color HEX #D6B26F Putty

📋 copy color: '#D6B26F'

red 214 ◦ green 178 ◦ blue 111

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

Shades of Putty #D6B26F

Tints of Putty #D6B26F

RGB

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

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

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

R = 42.54%
G = 35.39%
B = 22.07%

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

#D6B26F (or 0xD6B26F) is known color: Putty. HEX triplet: D6, B2 and 6F. RGB value is (214,178,111). Sum of RGB (Red+Green+Blue) = 214+178+111=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 111 (43.75% from 255 or 22.07% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B26F is #294D90. Grayscale: #B5B5B5. Windows color (decimal): -2706833 or 7320278. OLE color: 7320278.

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

Color convert

RGB 214 178 111 -
CMYK 0 0.17 0.48 0.16
HSL 39.03º 0.56% 0.64% -
HSV(B) 39.03º 0.48% 0.84% -
XYZ 46.52 47.28 21.71 -
YUV 181.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 214 178 111 0 0.17 0.48 0.16 39.03 0.56 0.64
Hex D6 B2 6F 0 11 30 10 27 38 40
Octal 326 262 157 0 21 60 20 47 70 100
Binary 11010110 10110010 1101111 0 10001 110000 10000 100111 111000 1000000

Color Harmonies of #D6B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B26F

Black with #D6B26F

Text Example


Text Example

White with #D6B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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