Html Css Color HEX #DDD682 Sandwisp

📋 copy color: '#DDD682'

red 221 ◦ green 214 ◦ blue 130

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

Shades of Sandwisp #DDD682

Tints of Sandwisp #DDD682

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.88%

 BLUE value IS 130 (51.17% from 255) = 23.01%

R = 39.12%
G = 37.88%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD682 (or 0xDDD682) is known color: Sandwisp. HEX triplet: DD, D6 and 82. RGB value is (221,214,130). Sum of RGB (Red+Green+Blue) = 221+214+130=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 214 (83.98% from 255 or 37.88% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD682 is #22297D. Grayscale: #CECECE. Windows color (decimal): -2238846 or 8574685. OLE color: 8574685.

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

Color convert

RGB 221 214 130 -
CMYK 0 0.03 0.41 0.13
HSL 55.38º 0.57% 0.69% -
HSV(B) 55.38º 0.41% 0.87% -
XYZ 57.89 65.08 30.63 -
YUV 206.52 84.82 138.33 -
System Red Green Blue C M Y K H S L
Decimal 221 214 130 0 0.03 0.41 0.13 55.38 0.57 0.69
Hex DD D6 82 0 3 29 D 37 39 45
Octal 335 326 202 0 3 51 15 67 71 105
Binary 11011101 11010110 10000010 0 11 101001 1101 110111 111001 1000101

Color Harmonies of #DDD682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD682

Black with #DDD682

Text Example


Text Example

White with #DDD682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD682; }

 p { color: rgb(221,214,130); }

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

background-color css

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

 a { background-color: rgb(221,214,130); }

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

border-color css

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

 span { border-color: rgb(221,214,130); }

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