Html Css Color HEX #D3B169 Putty

📋 copy color: '#D3B169'

red 211 ◦ green 177 ◦ blue 105

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

Shades of Putty #D3B169

Tints of Putty #D3B169

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.9%

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 42.8%
G = 35.9%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D3B169 (or 0xD3B169) is known color: Putty. HEX triplet: D3, B1 and 69. RGB value is (211,177,105). Sum of RGB (Red+Green+Blue) = 211+177+105=493 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.80% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3B169 is #2C4E96. Grayscale: #B3B3B3. Windows color (decimal): -2903703 or 6926803. OLE color: 6926803.

HSL color Cylindrical-coordinate representation of color #D3B169: hue angle of 40.75º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D3B169 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 177 105 -
CMYK 0 0.16 0.50 0.17
HSL 40.75º 0.55% 0.62% -
HSV(B) 40.75º 0.5% 0.83% -
XYZ 45.14 46.31 19.93 -
YUV 178.96 86.26 150.85 -
System Red Green Blue C M Y K H S L
Decimal 211 177 105 0 0.16 0.50 0.17 40.75 0.55 0.62
Hex D3 B1 69 0 10 32 11 29 37 3E
Octal 323 261 151 0 20 62 21 51 67 76
Binary 11010011 10110001 1101001 0 10000 110010 10001 101001 110111 111110

Color Harmonies of #D3B169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B169

Black with #D3B169

Text Example


Text Example

White with #D3B169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B169; }

 p { color: rgb(211,177,105); }

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

background-color css

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

 a { background-color: rgb(211,177,105); }

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

border-color css

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

 span { border-color: rgb(211,177,105); }

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