Html Css Color HEX #DDD385 Sandwisp

📋 copy color: '#DDD385'

red 221 ◦ green 211 ◦ blue 133

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

Shades of Sandwisp #DDD385

Tints of Sandwisp #DDD385

RGB

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

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

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

R = 39.12%
G = 37.35%
B = 23.54%

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

#DDD385 (or 0xDDD385) is known color: Sandwisp. HEX triplet: DD, D3 and 85. RGB value is (221,211,133). Sum of RGB (Red+Green+Blue) = 221+211+133=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD385 is #222C7A. Grayscale: #CDCDCD. Windows color (decimal): -2239611 or 8770525. OLE color: 8770525.

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

Color convert

RGB 221 211 133 -
CMYK 0 0.05 0.40 0.13
HSL 53.18º 0.56% 0.69% -
HSV(B) 53.18º 0.4% 0.87% -
XYZ 57.35 63.65 31.45 -
YUV 205.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 221 211 133 0 0.05 0.40 0.13 53.18 0.56 0.69
Hex DD D3 85 0 5 28 D 35 38 45
Octal 335 323 205 0 5 50 15 65 70 105
Binary 11011101 11010011 10000101 0 101 101000 1101 110101 111000 1000101

Color Harmonies of #DDD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD385

Black with #DDD385

Text Example


Text Example

White with #DDD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD385; }

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

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

background-color css

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

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

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

border-color css

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

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

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