Html Css Color HEX #D5B378 Putty

📋 copy color: '#D5B378'

red 213 ◦ green 179 ◦ blue 120

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

Shades of Putty #D5B378

Tints of Putty #D5B378

RGB

 RED value IS 213 (83.59% from 255) = 41.6%

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

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

R = 41.6%
G = 34.96%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5B378 (or 0xD5B378) is known color: Putty. HEX triplet: D5, B3 and 78. RGB value is (213,179,120). Sum of RGB (Red+Green+Blue) = 213+179+120=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 120 (47.27% from 255 or 23.44% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B378 is #2A4C87. Grayscale: #B6B6B6. Windows color (decimal): -2772104 or 7910357. OLE color: 7910357.

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

Color convert

RGB 213 179 120 -
CMYK 0 0.16 0.44 0.16
HSL 38.06º 0.53% 0.65% -
HSV(B) 38.06º 0.44% 0.84% -
XYZ 46.95 47.74 24.51 -
YUV 182.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 213 179 120 0 0.16 0.44 0.16 38.06 0.53 0.65
Hex D5 B3 78 0 10 2C 10 26 35 41
Octal 325 263 170 0 20 54 20 46 65 101
Binary 11010101 10110011 1111000 0 10000 101100 10000 100110 110101 1000001

Color Harmonies of #D5B378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B378

Black with #D5B378

Text Example


Text Example

White with #D5B378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B378; }

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

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

background-color css

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

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

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

border-color css

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

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

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