Html Css Color HEX #D8B477 Putty

📋 copy color: '#D8B477'

red 216 ◦ green 180 ◦ blue 119

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

Shades of Putty #D8B477

Tints of Putty #D8B477

RGB

 RED value IS 216 (84.77% from 255) = 41.94%

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

 BLUE value IS 119 (46.88% from 255) = 23.11%

R = 41.94%
G = 34.95%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D8B477 (or 0xD8B477) is known color: Putty. HEX triplet: D8, B4 and 77. RGB value is (216,180,119). Sum of RGB (Red+Green+Blue) = 216+180+119=515 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.94% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B477 is #274B88. Grayscale: #B8B8B8. Windows color (decimal): -2575241 or 7845080. OLE color: 7845080.

HSL color Cylindrical-coordinate representation of color #D8B477: hue angle of 37.73º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8B477 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 180 119 -
CMYK 0 0.17 0.45 0.15
HSL 37.73º 0.55% 0.66% -
HSV(B) 37.73º 0.45% 0.85% -
XYZ 47.97 48.57 24.3 -
YUV 183.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 216 180 119 0 0.17 0.45 0.15 37.73 0.55 0.66
Hex D8 B4 77 0 11 2D F 26 37 42
Octal 330 264 167 0 21 55 17 46 67 102
Binary 11011000 10110100 1110111 0 10001 101101 1111 100110 110111 1000010

Color Harmonies of #D8B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B477

Black with #D8B477

Text Example


Text Example

White with #D8B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B477; }

 p { color: rgb(216,180,119); }

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

background-color css

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

 a { background-color: rgb(216,180,119); }

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

border-color css

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

 span { border-color: rgb(216,180,119); }

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