#DDCF8A

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

Shades of Sandwisp #DDCF8A

Tints of Sandwisp #DDCF8A

Color information

#DDCF8A (or 0xDDCF8A) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 8A. RGB value is (221,207,138). Sum of RGB (Red+Green+Blue) = 221+207+138=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 138 (54.30% from 255 or 24.38% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF8A is #223075. Grayscale: #CBCBCB. Windows color (decimal): -2240630 or 9097181. OLE color: 9097181.

HSL color Cylindrical-coordinate representation of color #DDCF8A: hue angle of 49.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCF8A is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221207138-
CMYK00.060.380.13
HSL49.88º54.97%70.39%-
HSV(B)49.88º37.56%86.67%-
XYZ56.7261.8332.99-
YUV203.3291.14140.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.05%
GREEN value IS 207 (81.25% from 255) = 36.57%
BLUE value IS 138 (54.30% from 255) = 24.38%
R=39.05%
G=36.57%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120713800.060.380.1349.8854.9770.39
HexDDCF8A0626D323746
Octal3353172120646156267106
Binary110111011100111110001010011010011011011100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF8A; }

 p { color: rgb(221,207,138); }

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

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

 a { background-color: rgb(221,207,138); }

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

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

 span { border-color: rgb(221,207,138); }

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