Html Css Color HEX #DDD581 Sandwisp

📋 copy color: '#DDD581'

red 221 ◦ green 213 ◦ blue 129

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

Shades of Sandwisp #DDD581

Tints of Sandwisp #DDD581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.91%

R = 39.25%
G = 37.83%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDD581 (or 0xDDD581) is known color: Sandwisp. HEX triplet: DD, D5 and 81. RGB value is (221,213,129). Sum of RGB (Red+Green+Blue) = 221+213+129=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD581 is #222A7E. Grayscale: #CECECE. Windows color (decimal): -2239103 or 8508893. OLE color: 8508893.

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

Color convert

RGB 221 213 129 -
CMYK 0 0.04 0.42 0.13
HSL 54.78º 0.58% 0.69% -
HSV(B) 54.78º 0.42% 0.87% -
XYZ 57.58 64.55 30.19 -
YUV 205.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 221 213 129 0 0.04 0.42 0.13 54.78 0.58 0.69
Hex DD D5 81 0 4 2A D 37 3A 45
Octal 335 325 201 0 4 52 15 67 72 105
Binary 11011101 11010101 10000001 0 100 101010 1101 110111 111010 1000101

Color Harmonies of #DDD581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD581

Black with #DDD581

Text Example


Text Example

White with #DDD581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD581; }

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

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

background-color css

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

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

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

border-color css

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

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

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