Html Css Color HEX #D7B471 Putty

📋 copy color: '#D7B471'

red 215 ◦ green 180 ◦ blue 113

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

Shades of Putty #D7B471

Tints of Putty #D7B471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 42.32%
G = 35.43%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B471 (or 0xD7B471) is known color: Putty. HEX triplet: D7, B4 and 71. RGB value is (215,180,113). Sum of RGB (Red+Green+Blue) = 215+180+113=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B471 is #284B8E. Grayscale: #B7B7B7. Windows color (decimal): -2640783 or 7451863. OLE color: 7451863.

HSL color Cylindrical-coordinate representation of color #D7B471: hue angle of 39.41º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D7B471 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 180 113 -
CMYK 0 0.16 0.47 0.16
HSL 39.41º 0.56% 0.64% -
HSV(B) 39.41º 0.47% 0.84% -
XYZ 47.33 48.28 22.45 -
YUV 182.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 215 180 113 0 0.16 0.47 0.16 39.41 0.56 0.64
Hex D7 B4 71 0 10 2F 10 27 38 40
Octal 327 264 161 0 20 57 20 47 70 100
Binary 11010111 10110100 1110001 0 10000 101111 10000 100111 111000 1000000

Color Harmonies of #D7B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B471

Black with #D7B471

Text Example


Text Example

White with #D7B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B471; }

 p { color: rgb(215,180,113); }

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

background-color css

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

 a { background-color: rgb(215,180,113); }

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

border-color css

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

 span { border-color: rgb(215,180,113); }

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