Html Css Color HEX #D7B574 Putty

📋 copy color: '#D7B574'

red 215 ◦ green 181 ◦ blue 116

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

Shades of Putty #D7B574

Tints of Putty #D7B574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.35%

 BLUE value IS 116 (45.7% from 255) = 22.66%

R = 41.99%
G = 35.35%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B574 (or 0xD7B574) is known color: Putty. HEX triplet: D7, B5 and 74. RGB value is (215,181,116). Sum of RGB (Red+Green+Blue) = 215+181+116=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B574 is #284A8B. Grayscale: #B8B8B8. Windows color (decimal): -2640524 or 7648727. OLE color: 7648727.

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

Color convert

RGB 215 181 116 -
CMYK 0 0.16 0.46 0.16
HSL 39.39º 0.55% 0.65% -
HSV(B) 39.39º 0.46% 0.84% -
XYZ 47.7 48.76 23.42 -
YUV 183.76 89.76 150.29 -
System Red Green Blue C M Y K H S L
Decimal 215 181 116 0 0.16 0.46 0.16 39.39 0.55 0.65
Hex D7 B5 74 0 10 2E 10 27 37 41
Octal 327 265 164 0 20 56 20 47 67 101
Binary 11010111 10110101 1110100 0 10000 101110 10000 100111 110111 1000001

Color Harmonies of #D7B574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B574

Black with #D7B574

Text Example


Text Example

White with #D7B574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B574; }

 p { color: rgb(215,181,116); }

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

background-color css

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

 a { background-color: rgb(215,181,116); }

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

border-color css

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

 span { border-color: rgb(215,181,116); }

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