Html Css Color HEX #D0B47C Putty

📋 copy color: '#D0B47C'

red 208 ◦ green 180 ◦ blue 124

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

Shades of Putty #D0B47C

Tints of Putty #D0B47C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 40.63%
G = 35.16%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0B47C (or 0xD0B47C) is known color: Putty. HEX triplet: D0, B4 and 7C. RGB value is (208,180,124). Sum of RGB (Red+Green+Blue) = 208+180+124=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B47C is #2F4B83. Grayscale: #B6B6B6. Windows color (decimal): -3099524 or 8172752. OLE color: 8172752.

HSL color Cylindrical-coordinate representation of color #D0B47C: hue angle of 40º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0B47C is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 180 124 -
CMYK 0 0.13 0.40 0.18
HSL 40º 0.47% 0.65% -
HSV(B) 40º 0.4% 0.82% -
XYZ 45.97 47.51 25.82 -
YUV 181.99 95.28 146.55 -
System Red Green Blue C M Y K H S L
Decimal 208 180 124 0 0.13 0.40 0.18 40 0.47 0.65
Hex D0 B4 7C 0 D 28 12 28 2F 41
Octal 320 264 174 0 15 50 22 50 57 101
Binary 11010000 10110100 1111100 0 1101 101000 10010 101000 101111 1000001

Color Harmonies of #D0B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B47C

Black with #D0B47C

Text Example


Text Example

White with #D0B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B47C; }

 p { color: rgb(208,180,124); }

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

background-color css

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

 a { background-color: rgb(208,180,124); }

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

border-color css

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

 span { border-color: rgb(208,180,124); }

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