#DDCF7A

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

Shades of Sandwisp #DDCF7A

Tints of Sandwisp #DDCF7A

Color information

#DDCF7A (or 0xDDCF7A) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 7A. RGB value is (221,207,122). Sum of RGB (Red+Green+Blue) = 221+207+122=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 207 (81.25% from 255 or 37.64% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF7A is #223085. Grayscale: #C9C9C9. Windows color (decimal): -2240646 or 8048605. OLE color: 8048605.

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

Color convert

RGB221207122-
CMYK00.060.450.13
HSL51.52º59.28%67.25%-
HSV(B)51.52º44.8%86.67%-
XYZ55.6461.427.33-
YUV201.583.14141.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 207 (81.25% from 255) = 37.64%
BLUE value IS 122 (48.05% from 255) = 22.18%
R=40.18%
G=37.64%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120712200.060.450.1351.5259.2867.25
HexDDCF7A062DD343b43
Octal3353171720655156473103
Binary11011101110011111111010011010110111011101001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF7A; }

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

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

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

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

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

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

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

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