Html Css Color HEX #DDD28D Sandwisp

📋 copy color: '#DDD28D'

red 221 ◦ green 210 ◦ blue 141

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

Shades of Sandwisp #DDD28D

Tints of Sandwisp #DDD28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

 BLUE value IS 141 (55.47% from 255) = 24.65%

R = 38.64%
G = 36.71%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DDD28D (or 0xDDD28D) is known color: Sandwisp. HEX triplet: DD, D2 and 8D. RGB value is (221,210,141). Sum of RGB (Red+Green+Blue) = 221+210+141=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 141 (55.47% from 255 or 24.65% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD28D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD28D is #222D72. Grayscale: #CDCDCD. Windows color (decimal): -2239859 or 9294557. OLE color: 9294557.

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

Color convert

RGB 221 210 141 -
CMYK 0 0.05 0.36 0.13
HSL 51.75º 0.54% 0.71% -
HSV(B) 51.75º 0.36% 0.87% -
XYZ 57.67 63.39 34.39 -
YUV 205.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 221 210 141 0 0.05 0.36 0.13 51.75 0.54 0.71
Hex DD D2 8D 0 5 24 D 34 36 47
Octal 335 322 215 0 5 44 15 64 66 107
Binary 11011101 11010010 10001101 0 101 100100 1101 110100 110110 1000111

Color Harmonies of #DDD28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD28D

Black with #DDD28D

Text Example


Text Example

White with #DDD28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD28D; }

 p { color: rgb(221,210,141); }

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

background-color css

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

 a { background-color: rgb(221,210,141); }

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

border-color css

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

 span { border-color: rgb(221,210,141); }

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