Html Css Color HEX #DDC883 Sandwisp

📋 copy color: '#DDC883'

red 221 ◦ green 200 ◦ blue 131

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

Shades of Sandwisp #DDC883

Tints of Sandwisp #DDC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.23%

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

R = 40.04%
G = 36.23%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DDC883 (or 0xDDC883) is known color: Sandwisp. HEX triplet: DD, C8 and 83. RGB value is (221,200,131). Sum of RGB (Red+Green+Blue) = 221+200+131=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC883 is #22377C. Grayscale: #C6C6C6. Windows color (decimal): -2242429 or 8636637. OLE color: 8636637.

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

Color convert

RGB 221 200 131 -
CMYK 0 0.10 0.41 0.13
HSL 46º 0.57% 0.69% -
HSV(B) 46º 0.41% 0.87% -
XYZ 54.57 58.32 29.85 -
YUV 198.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 221 200 131 0 0.10 0.41 0.13 46 0.57 0.69
Hex DD C8 83 0 A 29 D 2E 39 45
Octal 335 310 203 0 12 51 15 56 71 105
Binary 11011101 11001000 10000011 0 1010 101001 1101 101110 111001 1000101

Color Harmonies of #DDC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC883

Black with #DDC883

Text Example


Text Example

White with #DDC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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