Html Css Color HEX #DDD185 Sandwisp

📋 copy color: '#DDD185'

red 221 ◦ green 209 ◦ blue 133

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

Shades of Sandwisp #DDD185

Tints of Sandwisp #DDD185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.62%

R = 39.25%
G = 37.12%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDD185 (or 0xDDD185) is known color: Sandwisp. HEX triplet: DD, D1 and 85. RGB value is (221,209,133). Sum of RGB (Red+Green+Blue) = 221+209+133=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 133 (52.34% from 255 or 23.62% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD185 is #222E7A. Grayscale: #CCCCCC. Windows color (decimal): -2240123 or 8770013. OLE color: 8770013.

HSL color Cylindrical-coordinate representation of color #DDD185: hue angle of 51.82º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDD185 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 209 133 -
CMYK 0 0.05 0.40 0.13
HSL 51.82º 0.56% 0.69% -
HSV(B) 51.82º 0.4% 0.87% -
XYZ 56.85 62.67 31.29 -
YUV 203.92 87.98 140.18 -
System Red Green Blue C M Y K H S L
Decimal 221 209 133 0 0.05 0.40 0.13 51.82 0.56 0.69
Hex DD D1 85 0 5 28 D 34 38 45
Octal 335 321 205 0 5 50 15 64 70 105
Binary 11011101 11010001 10000101 0 101 101000 1101 110100 111000 1000101

Color Harmonies of #DDD185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD185

Black with #DDD185

Text Example


Text Example

White with #DDD185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD185; }

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

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

background-color css

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

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

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

border-color css

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

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

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