#DDCF83

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

Shades of Sandwisp #DDCF83

Tints of Sandwisp #DDCF83

Color information

#DDCF83 (or 0xDDCF83) is unknown color: approx Sandwisp. HEX triplet: DD, CF and 83. RGB value is (221,207,131). Sum of RGB (Red+Green+Blue) = 221+207+131=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 131 (51.56% from 255 or 23.43% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCF83 is #22307C. Grayscale: #CACACA. Windows color (decimal): -2240637 or 8638429. OLE color: 8638429.

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

Color convert

RGB221207131-
CMYK00.060.410.13
HSL50.67º56.96%69.02%-
HSV(B)50.67º40.72%86.67%-
XYZ56.2361.6430.41-
YUV202.5287.64141.18-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 131 (51.56% from 255) = 23.43%
R=39.53%
G=37.03%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120713100.060.410.1350.6756.9669.02
HexDDCF830629D333945
Octal3353172030651156371105
Binary110111011100111110000011011010100111011100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCF83; }

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

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

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

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

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

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

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

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