Html Css Color HEX #D7B378 Putty

📋 copy color: '#D7B378'

red 215 ◦ green 179 ◦ blue 120

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

Shades of Putty #D7B378

Tints of Putty #D7B378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.35%

R = 41.83%
G = 34.82%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D7B378 (or 0xD7B378) is known color: Putty. HEX triplet: D7, B3 and 78. RGB value is (215,179,120). Sum of RGB (Red+Green+Blue) = 215+179+120=514 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.83% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B378 is #284C87. Grayscale: #B7B7B7. Windows color (decimal): -2641032 or 7910359. OLE color: 7910359.

HSL color Cylindrical-coordinate representation of color #D7B378: hue angle of 37.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D7B378 is Cyan = 0, Magento = 0.17, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 120 -
CMYK 0 0.17 0.44 0.16
HSL 37.26º 0.54% 0.66% -
HSV(B) 37.26º 0.44% 0.84% -
XYZ 47.53 48.04 24.54 -
YUV 183.04 92.43 150.8 -
System Red Green Blue C M Y K H S L
Decimal 215 179 120 0 0.17 0.44 0.16 37.26 0.54 0.66
Hex D7 B3 78 0 11 2C 10 25 36 42
Octal 327 263 170 0 21 54 20 45 66 102
Binary 11010111 10110011 1111000 0 10001 101100 10000 100101 110110 1000010

Color Harmonies of #D7B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B378

Black with #D7B378

Text Example


Text Example

White with #D7B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B378; }

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

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

background-color css

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

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

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

border-color css

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

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

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