#DDC1AF

Color #DDC1AF Just Right (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Just Right #DDC1AF

Tints of Just Right #DDC1AF

Color information

#DDC1AF (or 0xDDC1AF) is unknown color: approx Just Right. HEX triplet: DD, C1 and AF. RGB value is (221,193,175). Sum of RGB (Red+Green+Blue) = 221+193+175=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AF is #223E50. Grayscale: #C7C7C7. Windows color (decimal): -2244177 or 11518429. OLE color: 11518429.

HSL color Cylindrical-coordinate representation of color #DDC1AF: hue angle of 23.48º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDC1AF is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221193175-
CMYK00.130.210.13
HSL23.48º40.35%77.65%-
HSV(B)23.48º20.81%86.67%-
XYZ56.6356.6148.5-
YUV199.32114.28143.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 175 (68.75% from 255) = 29.71%
R=37.52%
G=32.77%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119317500.130.210.1323.4840.3577.65
HexDDC1AF0D15D17284e
Octal33530125701525152750116
Binary11011101110000011010111101101101011101101111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1AF; }

 p { color: rgb(221,193,175); }

 H1.HeaderClassName
 {
   color: #DDC1AF;
 }
 .AnyTagClassName
 {
   color: #DDC1AF;
 }
</style>
background-color css

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

 a { background-color: rgb(221,193,175); }

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

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

 span { border-color: rgb(221,193,175); }

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