Html Css Color HEX #DDD582 Sandwisp

📋 copy color: '#DDD582'

red 221 ◦ green 213 ◦ blue 130

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

Shades of Sandwisp #DDD582

Tints of Sandwisp #DDD582

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 39.18%
G = 37.77%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDD582 (or 0xDDD582) is known color: Sandwisp. HEX triplet: DD, D5 and 82. RGB value is (221,213,130). Sum of RGB (Red+Green+Blue) = 221+213+130=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 130 (51.17% from 255 or 23.05% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD582 is #222A7D. Grayscale: #CECECE. Windows color (decimal): -2239102 or 8574429. OLE color: 8574429.

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

Color convert

RGB 221 213 130 -
CMYK 0 0.04 0.41 0.13
HSL 54.73º 0.57% 0.69% -
HSV(B) 54.73º 0.41% 0.87% -
XYZ 57.64 64.57 30.54 -
YUV 205.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 221 213 130 0 0.04 0.41 0.13 54.73 0.57 0.69
Hex DD D5 82 0 4 29 D 37 39 45
Octal 335 325 202 0 4 51 15 67 71 105
Binary 11011101 11010101 10000010 0 100 101001 1101 110111 111001 1000101

Color Harmonies of #DDD582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD582

Black with #DDD582

Text Example


Text Example

White with #DDD582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD582; }

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

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

background-color css

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

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

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

border-color css

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

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

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