Html Css Color HEX #DDCC82 Sandwisp

📋 copy color: '#DDCC82'

red 221 ◦ green 204 ◦ blue 130

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

Shades of Sandwisp #DDCC82

Tints of Sandwisp #DDCC82

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.76%

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

R = 39.82%
G = 36.76%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDCC82 (or 0xDDCC82) is known color: Sandwisp. HEX triplet: DD, CC and 82. RGB value is (221,204,130). Sum of RGB (Red+Green+Blue) = 221+204+130=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC82 is #22337D. Grayscale: #C8C8C8. Windows color (decimal): -2241406 or 8572125. OLE color: 8572125.

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

Color convert

RGB 221 204 130 -
CMYK 0 0.08 0.41 0.13
HSL 48.79º 0.57% 0.69% -
HSV(B) 48.79º 0.41% 0.87% -
XYZ 55.44 60.17 29.81 -
YUV 200.65 88.13 142.52 -
System Red Green Blue C M Y K H S L
Decimal 221 204 130 0 0.08 0.41 0.13 48.79 0.57 0.69
Hex DD CC 82 0 8 29 D 31 39 45
Octal 335 314 202 0 10 51 15 61 71 105
Binary 11011101 11001100 10000010 0 1000 101001 1101 110001 111001 1000101

Color Harmonies of #DDCC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC82

Black with #DDCC82

Text Example


Text Example

White with #DDCC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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