Html Css Color HEX #D3A372 Putty

📋 copy color: '#D3A372'

red 211 ◦ green 163 ◦ blue 114

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

Shades of Putty #D3A372

Tints of Putty #D3A372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 114 (44.92% from 255) = 23.36%

R = 43.24%
G = 33.4%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D3A372 (or 0xD3A372) is known color: Putty. HEX triplet: D3, A3 and 72. RGB value is (211,163,114). Sum of RGB (Red+Green+Blue) = 211+163+114=488 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.24% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 114 (44.92% from 255 or 23.36% from 488); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A372 is #2C5C8D. Grayscale: #ACACAC. Windows color (decimal): -2907278 or 7513043. OLE color: 7513043.

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

Color convert

RGB 211 163 114 -
CMYK 0 0.23 0.46 0.17
HSL 30.31º 0.52% 0.64% -
HSV(B) 30.31º 0.46% 0.83% -
XYZ 43 41.26 21.62 -
YUV 171.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 211 163 114 0 0.23 0.46 0.17 30.31 0.52 0.64
Hex D3 A3 72 0 17 2E 11 1E 34 40
Octal 323 243 162 0 27 56 21 36 64 100
Binary 11010011 10100011 1110010 0 10111 101110 10001 11110 110100 1000000

Color Harmonies of #D3A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A372

Black with #D3A372

Text Example


Text Example

White with #D3A372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A372; }

 p { color: rgb(211,163,114); }

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

background-color css

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

 a { background-color: rgb(211,163,114); }

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

border-color css

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

 span { border-color: rgb(211,163,114); }

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