Html Css Color HEX #D3B479 Putty

📋 copy color: '#D3B479'

red 211 ◦ green 180 ◦ blue 121

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

Shades of Putty #D3B479

Tints of Putty #D3B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 121 (47.66% from 255) = 23.63%

R = 41.21%
G = 35.16%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D3B479 (or 0xD3B479) is known color: Putty. HEX triplet: D3, B4 and 79. RGB value is (211,180,121). Sum of RGB (Red+Green+Blue) = 211+180+121=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 121 (47.66% from 255 or 23.63% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B479 is #2C4B86. Grayscale: #B6B6B6. Windows color (decimal): -2902919 or 7976147. OLE color: 7976147.

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

Color convert

RGB 211 180 121 -
CMYK 0 0.15 0.43 0.17
HSL 39.33º 0.51% 0.65% -
HSV(B) 39.33º 0.43% 0.83% -
XYZ 46.64 47.87 24.87 -
YUV 182.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 211 180 121 0 0.15 0.43 0.17 39.33 0.51 0.65
Hex D3 B4 79 0 F 2B 11 27 33 41
Octal 323 264 171 0 17 53 21 47 63 101
Binary 11010011 10110100 1111001 0 1111 101011 10001 100111 110011 1000001

Color Harmonies of #D3B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B479

Black with #D3B479

Text Example


Text Example

White with #D3B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B479; }

 p { color: rgb(211,180,121); }

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

background-color css

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

 a { background-color: rgb(211,180,121); }

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

border-color css

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

 span { border-color: rgb(211,180,121); }

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