Html Css Color HEX #D3B774 Putty

📋 copy color: '#D3B774'

red 211 ◦ green 183 ◦ blue 116

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

Shades of Putty #D3B774

Tints of Putty #D3B774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.88%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 41.37%
G = 35.88%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D3B774 (or 0xD3B774) is known color: Putty. HEX triplet: D3, B7 and 74. RGB value is (211,183,116). Sum of RGB (Red+Green+Blue) = 211+183+116=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B774 is #2C488B. Grayscale: #B8B8B8. Windows color (decimal): -2902156 or 7649235. OLE color: 7649235.

HSL color Cylindrical-coordinate representation of color #D3B774: hue angle of 42.32º 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 #D3B774 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 183 116 -
CMYK 0 0.13 0.45 0.17
HSL 42.32º 0.52% 0.64% -
HSV(B) 42.32º 0.45% 0.83% -
XYZ 46.95 48.98 23.5 -
YUV 183.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 211 183 116 0 0.13 0.45 0.17 42.32 0.52 0.64
Hex D3 B7 74 0 D 2D 11 2A 34 40
Octal 323 267 164 0 15 55 21 52 64 100
Binary 11010011 10110111 1110100 0 1101 101101 10001 101010 110100 1000000

Color Harmonies of #D3B774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B774

Black with #D3B774

Text Example


Text Example

White with #D3B774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B774; }

 p { color: rgb(211,183,116); }

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

background-color css

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

 a { background-color: rgb(211,183,116); }

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

border-color css

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

 span { border-color: rgb(211,183,116); }

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