Html Css Color HEX #DDCD85 Sandwisp

📋 copy color: '#DDCD85'

red 221 ◦ green 205 ◦ blue 133

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

Shades of Sandwisp #DDCD85

Tints of Sandwisp #DDCD85

RGB

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

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

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

R = 39.53%
G = 36.67%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDCD85 (or 0xDDCD85) is known color: Sandwisp. HEX triplet: DD, CD and 85. RGB value is (221,205,133). Sum of RGB (Red+Green+Blue) = 221+205+133=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCD85 is #22327A. Grayscale: #C9C9C9. Windows color (decimal): -2241147 or 8768989. OLE color: 8768989.

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

Color convert

RGB 221 205 133 -
CMYK 0 0.07 0.40 0.13
HSL 49.09º 0.56% 0.69% -
HSV(B) 49.09º 0.4% 0.87% -
XYZ 55.88 60.73 30.97 -
YUV 201.58 89.3 141.85 -
System Red Green Blue C M Y K H S L
Decimal 221 205 133 0 0.07 0.40 0.13 49.09 0.56 0.69
Hex DD CD 85 0 7 28 D 31 38 45
Octal 335 315 205 0 7 50 15 61 70 105
Binary 11011101 11001101 10000101 0 111 101000 1101 110001 111000 1000101

Color Harmonies of #DDCD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCD85

Black with #DDCD85

Text Example


Text Example

White with #DDCD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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