Html Css Color HEX #D7B36C Putty

📋 copy color: '#D7B36C'

red 215 ◦ green 179 ◦ blue 108

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

Shades of Putty #D7B36C

Tints of Putty #D7B36C

RGB

 RED value IS 215 (84.38% from 255) = 42.83%

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

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 42.83%
G = 35.66%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7B36C (or 0xD7B36C) is known color: Putty. HEX triplet: D7, B3 and 6C. RGB value is (215,179,108). Sum of RGB (Red+Green+Blue) = 215+179+108=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B36C is #284C93. Grayscale: #B5B5B5. Windows color (decimal): -2641044 or 7123927. OLE color: 7123927.

HSL color Cylindrical-coordinate representation of color #D7B36C: hue angle of 39.81º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D7B36C is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 108 -
CMYK 0 0.17 0.50 0.16
HSL 39.81º 0.57% 0.63% -
HSV(B) 39.81º 0.5% 0.84% -
XYZ 46.85 47.77 20.94 -
YUV 181.67 86.43 151.77 -
System Red Green Blue C M Y K H S L
Decimal 215 179 108 0 0.17 0.50 0.16 39.81 0.57 0.63
Hex D7 B3 6C 0 11 32 10 28 39 3F
Octal 327 263 154 0 21 62 20 50 71 77
Binary 11010111 10110011 1101100 0 10001 110010 10000 101000 111001 111111

Color Harmonies of #D7B36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B36C

Black with #D7B36C

Text Example


Text Example

White with #D7B36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B36C; }

 p { color: rgb(215,179,108); }

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

background-color css

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

 a { background-color: rgb(215,179,108); }

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

border-color css

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

 span { border-color: rgb(215,179,108); }

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