Html Css Color HEX #DDC985 Sandwisp

📋 copy color: '#DDC985'

red 221 ◦ green 201 ◦ blue 133

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

Shades of Sandwisp #DDC985

Tints of Sandwisp #DDC985

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

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

R = 39.82%
G = 36.22%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDC985 (or 0xDDC985) is known color: Sandwisp. HEX triplet: DD, C9 and 85. RGB value is (221,201,133). Sum of RGB (Red+Green+Blue) = 221+201+133=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC985 is #22367A. Grayscale: #C7C7C7. Windows color (decimal): -2242171 or 8767965. OLE color: 8767965.

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

Color convert

RGB 221 201 133 -
CMYK 0 0.09 0.40 0.13
HSL 46.36º 0.56% 0.69% -
HSV(B) 46.36º 0.4% 0.87% -
XYZ 54.94 58.84 30.65 -
YUV 199.23 90.63 143.53 -
System Red Green Blue C M Y K H S L
Decimal 221 201 133 0 0.09 0.40 0.13 46.36 0.56 0.69
Hex DD C9 85 0 9 28 D 2E 38 45
Octal 335 311 205 0 11 50 15 56 70 105
Binary 11011101 11001001 10000101 0 1001 101000 1101 101110 111000 1000101

Color Harmonies of #DDC985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC985

Black with #DDC985

Text Example


Text Example

White with #DDC985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC985; }

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

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

background-color css

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

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

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

border-color css

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

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

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