Html Css Color HEX #DDD383 Sandwisp

📋 copy color: '#DDD383'

red 221 ◦ green 211 ◦ blue 131

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

Shades of Sandwisp #DDD383

Tints of Sandwisp #DDD383

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.48%

 BLUE value IS 131 (51.56% from 255) = 23.27%

R = 39.25%
G = 37.48%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD383 (or 0xDDD383) is known color: Sandwisp. HEX triplet: DD, D3 and 83. RGB value is (221,211,131). Sum of RGB (Red+Green+Blue) = 221+211+131=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 131 (51.56% from 255 or 23.27% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD383 is #222C7C. Grayscale: #CDCDCD. Windows color (decimal): -2239613 or 8639453. OLE color: 8639453.

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

Color convert

RGB 221 211 131 -
CMYK 0 0.05 0.41 0.13
HSL 53.33º 0.57% 0.69% -
HSV(B) 53.33º 0.41% 0.87% -
XYZ 57.21 63.6 30.73 -
YUV 204.87 86.31 139.5 -
System Red Green Blue C M Y K H S L
Decimal 221 211 131 0 0.05 0.41 0.13 53.33 0.57 0.69
Hex DD D3 83 0 5 29 D 35 39 45
Octal 335 323 203 0 5 51 15 65 71 105
Binary 11011101 11010011 10000011 0 101 101001 1101 110101 111001 1000101

Color Harmonies of #DDD383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD383

Black with #DDD383

Text Example


Text Example

White with #DDD383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD383; }

 p { color: rgb(221,211,131); }

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

background-color css

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

 a { background-color: rgb(221,211,131); }

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

border-color css

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

 span { border-color: rgb(221,211,131); }

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