Html Css Color HEX #DDC885 Sandwisp

📋 copy color: '#DDC885'

red 221 ◦ green 200 ◦ blue 133

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

Shades of Sandwisp #DDC885

Tints of Sandwisp #DDC885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.01%

R = 39.89%
G = 36.1%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDC885 (or 0xDDC885) is known color: Sandwisp. HEX triplet: DD, C8 and 85. RGB value is (221,200,133). Sum of RGB (Red+Green+Blue) = 221+200+133=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC885 is #22377A. Grayscale: #C6C6C6. Windows color (decimal): -2242427 or 8767709. OLE color: 8767709.

HSL color Cylindrical-coordinate representation of color #DDC885: hue angle of 45.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DDC885 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 200 133 -
CMYK 0 0.10 0.40 0.13
HSL 45.68º 0.56% 0.69% -
HSV(B) 45.68º 0.4% 0.87% -
XYZ 54.71 58.37 30.57 -
YUV 198.64 90.96 143.95 -
System Red Green Blue C M Y K H S L
Decimal 221 200 133 0 0.10 0.40 0.13 45.68 0.56 0.69
Hex DD C8 85 0 A 28 D 2E 38 45
Octal 335 310 205 0 12 50 15 56 70 105
Binary 11011101 11001000 10000101 0 1010 101000 1101 101110 111000 1000101

Color Harmonies of #DDC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC885

Black with #DDC885

Text Example


Text Example

White with #DDC885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC885; }

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

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

background-color css

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

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

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

border-color css

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

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

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