Html Css Color HEX #DDC98C Sandwisp

📋 copy color: '#DDC98C'

red 221 ◦ green 201 ◦ blue 140

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

Shades of Sandwisp #DDC98C

Tints of Sandwisp #DDC98C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.77%

 BLUE value IS 140 (55.08% from 255) = 24.91%

R = 39.32%
G = 35.77%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DDC98C (or 0xDDC98C) is known color: Sandwisp. HEX triplet: DD, C9 and 8C. RGB value is (221,201,140). Sum of RGB (Red+Green+Blue) = 221+201+140=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC98C is #223673. Grayscale: #C8C8C8. Windows color (decimal): -2242164 or 9226717. OLE color: 9226717.

HSL color Cylindrical-coordinate representation of color #DDC98C: hue angle of 45.19º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDC98C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 140 -
CMYK 0 0.09 0.37 0.13
HSL 45.19º 0.54% 0.71% -
HSV(B) 45.19º 0.37% 0.87% -
XYZ 55.44 59.04 33.28 -
YUV 200.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 221 201 140 0 0.09 0.37 0.13 45.19 0.54 0.71
Hex DD C9 8C 0 9 25 D 2D 36 47
Octal 335 311 214 0 11 45 15 55 66 107
Binary 11011101 11001001 10001100 0 1001 100101 1101 101101 110110 1000111

Color Harmonies of #DDC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC98C

Black with #DDC98C

Text Example


Text Example

White with #DDC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC98C; }

 p { color: rgb(221,201,140); }

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

background-color css

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

 a { background-color: rgb(221,201,140); }

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

border-color css

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

 span { border-color: rgb(221,201,140); }

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