Html Css Color HEX #D0A36F Putty

📋 copy color: '#D0A36F'

red 208 ◦ green 163 ◦ blue 111

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

Shades of Putty #D0A36F

Tints of Putty #D0A36F

RGB

 RED value IS 208 (81.64% from 255) = 43.15%

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

 BLUE value IS 111 (43.75% from 255) = 23.03%

R = 43.15%
G = 33.82%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D0A36F (or 0xD0A36F) is known color: Putty. HEX triplet: D0, A3 and 6F. RGB value is (208,163,111). Sum of RGB (Red+Green+Blue) = 208+163+111=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 111 (43.75% from 255 or 23.03% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A36F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A36F is #2F5C90. Grayscale: #AAAAAA. Windows color (decimal): -3103889 or 7316432. OLE color: 7316432.

HSL color Cylindrical-coordinate representation of color #D0A36F: hue angle of 32.16º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D0A36F is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 163 111 -
CMYK 0 0.22 0.47 0.18
HSL 32.16º 0.51% 0.63% -
HSV(B) 32.16º 0.47% 0.82% -
XYZ 41.98 40.75 20.69 -
YUV 170.53 94.41 154.73 -
System Red Green Blue C M Y K H S L
Decimal 208 163 111 0 0.22 0.47 0.18 32.16 0.51 0.63
Hex D0 A3 6F 0 16 2F 12 20 33 3F
Octal 320 243 157 0 26 57 22 40 63 77
Binary 11010000 10100011 1101111 0 10110 101111 10010 100000 110011 111111

Color Harmonies of #D0A36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A36F

Black with #D0A36F

Text Example


Text Example

White with #D0A36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A36F; }

 p { color: rgb(208,163,111); }

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

background-color css

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

 a { background-color: rgb(208,163,111); }

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

border-color css

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

 span { border-color: rgb(208,163,111); }

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