Html Css Color HEX #DDCD89 Sandwisp

📋 copy color: '#DDCD89'

red 221 ◦ green 205 ◦ blue 137

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

Shades of Sandwisp #DDCD89

Tints of Sandwisp #DDCD89

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.41%

 BLUE value IS 137 (53.91% from 255) = 24.33%

R = 39.25%
G = 36.41%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DDCD89 (or 0xDDCD89) is known color: Sandwisp. HEX triplet: DD, CD and 89. RGB value is (221,205,137). Sum of RGB (Red+Green+Blue) = 221+205+137=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 137 (53.91% from 255 or 24.33% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD89 is #223276. Grayscale: #CACACA. Windows color (decimal): -2241143 or 9031133. OLE color: 9031133.

HSL color Cylindrical-coordinate representation of color #DDCD89: hue angle of 48.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DDCD89 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 205 137 -
CMYK 0 0.07 0.38 0.13
HSL 48.57º 0.55% 0.7% -
HSV(B) 48.57º 0.38% 0.87% -
XYZ 56.17 60.84 32.45 -
YUV 202.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 221 205 137 0 0.07 0.38 0.13 48.57 0.55 0.7
Hex DD CD 89 0 7 26 D 31 37 46
Octal 335 315 211 0 7 46 15 61 67 106
Binary 11011101 11001101 10001001 0 111 100110 1101 110001 110111 1000110

Color Harmonies of #DDCD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD89

Black with #DDCD89

Text Example


Text Example

White with #DDCD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD89; }

 p { color: rgb(221,205,137); }

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

background-color css

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

 a { background-color: rgb(221,205,137); }

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

border-color css

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

 span { border-color: rgb(221,205,137); }

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