Html Css Color HEX #D0B37C Putty

📋 copy color: '#D0B37C'

red 208 ◦ green 179 ◦ blue 124

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

Shades of Putty #D0B37C

Tints of Putty #D0B37C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.03%

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

R = 40.7%
G = 35.03%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0B37C (or 0xD0B37C) is known color: Putty. HEX triplet: D0, B3 and 7C. RGB value is (208,179,124). Sum of RGB (Red+Green+Blue) = 208+179+124=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B37C is #2F4C83. Grayscale: #B5B5B5. Windows color (decimal): -3099780 or 8172496. OLE color: 8172496.

HSL color Cylindrical-coordinate representation of color #D0B37C: hue angle of 39.29º 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 #D0B37C is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 179 124 -
CMYK 0 0.14 0.40 0.18
HSL 39.29º 0.47% 0.65% -
HSV(B) 39.29º 0.4% 0.82% -
XYZ 45.77 47.11 25.75 -
YUV 181.4 95.61 146.97 -
System Red Green Blue C M Y K H S L
Decimal 208 179 124 0 0.14 0.40 0.18 39.29 0.47 0.65
Hex D0 B3 7C 0 E 28 12 27 2F 41
Octal 320 263 174 0 16 50 22 47 57 101
Binary 11010000 10110011 1111100 0 1110 101000 10010 100111 101111 1000001

Color Harmonies of #D0B37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B37C

Black with #D0B37C

Text Example


Text Example

White with #D0B37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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