Html Css Color HEX #DDD085 Sandwisp

📋 copy color: '#DDD085'

red 221 ◦ green 208 ◦ blue 133

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

Shades of Sandwisp #DDD085

Tints of Sandwisp #DDD085

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.01%

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

R = 39.32%
G = 37.01%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DDD085 (or 0xDDD085) is known color: Sandwisp. HEX triplet: DD, D0 and 85. RGB value is (221,208,133). Sum of RGB (Red+Green+Blue) = 221+208+133=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD085 is #222F7A. Grayscale: #CBCBCB. Windows color (decimal): -2240379 or 8769757. OLE color: 8769757.

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

Color convert

RGB 221 208 133 -
CMYK 0 0.06 0.40 0.13
HSL 51.14º 0.56% 0.69% -
HSV(B) 51.14º 0.4% 0.87% -
XYZ 56.61 62.18 31.21 -
YUV 203.34 88.31 140.6 -
System Red Green Blue C M Y K H S L
Decimal 221 208 133 0 0.06 0.40 0.13 51.14 0.56 0.69
Hex DD D0 85 0 6 28 D 33 38 45
Octal 335 320 205 0 6 50 15 63 70 105
Binary 11011101 11010000 10000101 0 110 101000 1101 110011 111000 1000101

Color Harmonies of #DDD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD085

Black with #DDD085

Text Example


Text Example

White with #DDD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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