Html Css Color HEX #D3B375 Putty

📋 copy color: '#D3B375'

red 211 ◦ green 179 ◦ blue 117

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

Shades of Putty #D3B375

Tints of Putty #D3B375

RGB

 RED value IS 211 (82.81% from 255) = 41.62%

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

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

R = 41.62%
G = 35.31%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3B375 (or 0xD3B375) is known color: Putty. HEX triplet: D3, B3 and 75. RGB value is (211,179,117). Sum of RGB (Red+Green+Blue) = 211+179+117=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B375 is #2C4C8A. Grayscale: #B5B5B5. Windows color (decimal): -2903179 or 7713747. OLE color: 7713747.

HSL color Cylindrical-coordinate representation of color #D3B375: hue angle of 39.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3B375 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 179 117 -
CMYK 0 0.15 0.45 0.17
HSL 39.57º 0.52% 0.64% -
HSV(B) 39.57º 0.45% 0.83% -
XYZ 46.19 47.37 23.54 -
YUV 181.5 91.6 149.04 -
System Red Green Blue C M Y K H S L
Decimal 211 179 117 0 0.15 0.45 0.17 39.57 0.52 0.64
Hex D3 B3 75 0 F 2D 11 28 34 40
Octal 323 263 165 0 17 55 21 50 64 100
Binary 11010011 10110011 1110101 0 1111 101101 10001 101000 110100 1000000

Color Harmonies of #D3B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B375

Black with #D3B375

Text Example


Text Example

White with #D3B375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B375; }

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

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

background-color css

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

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

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

border-color css

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

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

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