Html Css Color HEX #DDD188 Sandwisp

📋 copy color: '#DDD188'

red 221 ◦ green 209 ◦ blue 136

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

Shades of Sandwisp #DDD188

Tints of Sandwisp #DDD188

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.93%

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

R = 39.05%
G = 36.93%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDD188 (or 0xDDD188) is known color: Sandwisp. HEX triplet: DD, D1 and 88. RGB value is (221,209,136). Sum of RGB (Red+Green+Blue) = 221+209+136=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 209 (82.03% from 255 or 36.93% from 566); Blue value is 136 (53.52% from 255 or 24.03% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD188 is #222E77. Grayscale: #CCCCCC. Windows color (decimal): -2240120 or 8966621. OLE color: 8966621.

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

Color convert

RGB 221 209 136 -
CMYK 0 0.05 0.38 0.13
HSL 51.53º 0.56% 0.7% -
HSV(B) 51.53º 0.38% 0.87% -
XYZ 57.06 62.75 32.4 -
YUV 204.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 221 209 136 0 0.05 0.38 0.13 51.53 0.56 0.7
Hex DD D1 88 0 5 26 D 34 38 46
Octal 335 321 210 0 5 46 15 64 70 106
Binary 11011101 11010001 10001000 0 101 100110 1101 110100 111000 1000110

Color Harmonies of #DDD188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD188

Black with #DDD188

Text Example


Text Example

White with #DDD188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD188; }

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

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

background-color css

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

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

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

border-color css

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

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

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