Html Css Color HEX #D6B36F Putty

📋 copy color: '#D6B36F'

red 214 ◦ green 179 ◦ blue 111

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

Shades of Putty #D6B36F

Tints of Putty #D6B36F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.52%

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

R = 42.46%
G = 35.52%
B = 22.02%

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

#D6B36F (or 0xD6B36F) is known color: Putty. HEX triplet: D6, B3 and 6F. RGB value is (214,179,111). Sum of RGB (Red+Green+Blue) = 214+179+111=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 179 (70.31% from 255 or 35.52% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B36F is #294C90. Grayscale: #B6B6B6. Windows color (decimal): -2706577 or 7320534. OLE color: 7320534.

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

Color convert

RGB 214 179 111 -
CMYK 0 0.16 0.48 0.16
HSL 39.61º 0.56% 0.64% -
HSV(B) 39.61º 0.48% 0.84% -
XYZ 46.72 47.68 21.78 -
YUV 181.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 214 179 111 0 0.16 0.48 0.16 39.61 0.56 0.64
Hex D6 B3 6F 0 10 30 10 28 38 40
Octal 326 263 157 0 20 60 20 50 70 100
Binary 11010110 10110011 1101111 0 10000 110000 10000 101000 111000 1000000

Color Harmonies of #D6B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B36F

Black with #D6B36F

Text Example


Text Example

White with #D6B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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