Html Css Color HEX #DDCC83 Sandwisp

📋 copy color: '#DDCC83'

red 221 ◦ green 204 ◦ blue 131

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

Shades of Sandwisp #DDCC83

Tints of Sandwisp #DDCC83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.56%

R = 39.75%
G = 36.69%
B = 23.56%

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

#DDCC83 (or 0xDDCC83) is known color: Sandwisp. HEX triplet: DD, CC and 83. RGB value is (221,204,131). Sum of RGB (Red+Green+Blue) = 221+204+131=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCC83 is #22337C. Grayscale: #C9C9C9. Windows color (decimal): -2241405 or 8637661. OLE color: 8637661.

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

Color convert

RGB 221 204 131 -
CMYK 0 0.08 0.41 0.13
HSL 48.67º 0.57% 0.69% -
HSV(B) 48.67º 0.41% 0.87% -
XYZ 55.51 60.2 30.17 -
YUV 200.76 88.63 142.44 -
System Red Green Blue C M Y K H S L
Decimal 221 204 131 0 0.08 0.41 0.13 48.67 0.57 0.69
Hex DD CC 83 0 8 29 D 31 39 45
Octal 335 314 203 0 10 51 15 61 71 105
Binary 11011101 11001100 10000011 0 1000 101001 1101 110001 111001 1000101

Color Harmonies of #DDCC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC83

Black with #DDCC83

Text Example


Text Example

White with #DDCC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC83; }

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

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

background-color css

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

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

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

border-color css

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

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

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