Html Css Color HEX #D9B375 Putty

📋 copy color: '#D9B375'

red 217 ◦ green 179 ◦ blue 117

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

Shades of Putty #D9B375

Tints of Putty #D9B375

RGB

 RED value IS 217 (85.16% from 255) = 42.3%

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

 BLUE value IS 117 (46.09% from 255) = 22.81%

R = 42.3%
G = 34.89%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D9B375 (or 0xD9B375) is known color: Putty. HEX triplet: D9, B3 and 75. RGB value is (217,179,117). Sum of RGB (Red+Green+Blue) = 217+179+117=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 179 (70.31% from 255 or 34.89% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B375 is #264C8A. Grayscale: #B7B7B7. Windows color (decimal): -2509963 or 7713753. OLE color: 7713753.

HSL color Cylindrical-coordinate representation of color #D9B375: hue angle of 37.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9B375 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 179 117 -
CMYK 0 0.18 0.46 0.15
HSL 37.2º 0.57% 0.65% -
HSV(B) 37.2º 0.46% 0.85% -
XYZ 47.95 48.28 23.62 -
YUV 183.29 90.59 152.04 -
System Red Green Blue C M Y K H S L
Decimal 217 179 117 0 0.18 0.46 0.15 37.2 0.57 0.65
Hex D9 B3 75 0 12 2E F 25 39 41
Octal 331 263 165 0 22 56 17 45 71 101
Binary 11011001 10110011 1110101 0 10010 101110 1111 100101 111001 1000001

Color Harmonies of #D9B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B375

Black with #D9B375

Text Example


Text Example

White with #D9B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B375; }

 p { color: rgb(217,179,117); }

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

background-color css

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

 a { background-color: rgb(217,179,117); }

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

border-color css

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

 span { border-color: rgb(217,179,117); }

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