#DDCF7B

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

Shades of Sandwisp #DDCF7B

Tints of Sandwisp #DDCF7B

Color information

#DDCF7B (or 0xDDCF7B) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 7B. RGB value is (221,207,123). Sum of RGB (Red+Green+Blue) = 221+207+123=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 123 (48.44% from 255 or 22.32% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF7B is #223084. Grayscale: #C9C9C9. Windows color (decimal): -2240645 or 8114141. OLE color: 8114141.

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

Color convert

RGB221207123-
CMYK00.060.440.13
HSL51.43º59.04%67.45%-
HSV(B)51.43º44.34%86.67%-
XYZ55.7161.4327.66-
YUV201.6183.64141.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 123 (48.44% from 255) = 22.32%
R=40.11%
G=37.57%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120712300.060.440.1351.4359.0467.45
HexDDCF7B062CD333b43
Octal3353171730654156373103
Binary11011101110011111111011011010110011011100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF7B; }

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

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

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

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

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

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

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

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