#DDCF81

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

Shades of Sandwisp #DDCF81

Tints of Sandwisp #DDCF81

Color information

#DDCF81 (or 0xDDCF81) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 81. RGB value is (221,207,129). Sum of RGB (Red+Green+Blue) = 221+207+129=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 129 (50.78% from 255 or 23.16% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF81 is #22307E. Grayscale: #CACACA. Windows color (decimal): -2240639 or 8507357. OLE color: 8507357.

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

Color convert

RGB221207129-
CMYK00.060.420.13
HSL50.87º57.5%68.63%-
HSV(B)50.87º41.63%86.67%-
XYZ56.0961.5829.7-
YUV202.2986.64141.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 129 (50.78% from 255) = 23.16%
R=39.68%
G=37.16%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120712900.060.420.1350.8757.568.63
HexDDCF81062AD333a45
Octal3353172010652156372105
Binary110111011100111110000001011010101011011100111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF81; }

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

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

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

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

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

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

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

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