Html Css Color HEX #DDC888 Sandwisp

📋 copy color: '#DDC888'

red 221 ◦ green 200 ◦ blue 136

#DDC888
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandwisp #DDC888

Tints of Sandwisp #DDC888

RGB

 RED value IS 221 (86.72% from 255) = 39.68%

 GREEN value IS 200 (78.52% from 255) = 35.91%

 BLUE value IS 136 (53.52% from 255) = 24.42%

R = 39.68%
G = 35.91%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDC888 (or 0xDDC888) is known color: Sandwisp. HEX triplet: DD, C8 and 88. RGB value is (221,200,136). Sum of RGB (Red+Green+Blue) = 221+200+136=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 136 (53.52% from 255 or 24.42% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC888 is #223777. Grayscale: #C7C7C7. Windows color (decimal): -2242424 or 8964317. OLE color: 8964317.

HSL color Cylindrical-coordinate representation of color #DDC888: hue angle of 45.18º degrees, saturation: 0.56, 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 #DDC888 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 136 -
CMYK 0 0.10 0.38 0.13
HSL 45.18º 0.56% 0.7% -
HSV(B) 45.18º 0.38% 0.87% -
XYZ 54.92 58.46 31.68 -
YUV 198.98 92.46 143.7 -
System Red Green Blue C M Y K H S L
Decimal 221 200 136 0 0.10 0.38 0.13 45.18 0.56 0.7
Hex DD C8 88 0 A 26 D 2D 38 46
Octal 335 310 210 0 12 46 15 55 70 106
Binary 11011101 11001000 10001000 0 1010 100110 1101 101101 111000 1000110

Color Harmonies of #DDC888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC888

Black with #DDC888

Text Example


Text Example

White with #DDC888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC888; }

 p { color: rgb(221,200,136); }

 H1.HeaderClassName
 {
   color: #DDC888;
 }
 .AnyTagClassName
 {
   color: #DDC888;
 }
</style>

background-color css

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

 a { background-color: rgb(221,200,136); }

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

border-color css

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

 span { border-color: rgb(221,200,136); }

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