Html Css Color HEX #DDC680 Sandwisp

📋 copy color: '#DDC680'

red 221 ◦ green 198 ◦ blue 128

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

Shades of Sandwisp #DDC680

Tints of Sandwisp #DDC680

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.2%

 BLUE value IS 128 (50.39% from 255) = 23.4%

R = 40.4%
G = 36.2%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DDC680 (or 0xDDC680) is known color: Sandwisp. HEX triplet: DD, C6 and 80. RGB value is (221,198,128). Sum of RGB (Red+Green+Blue) = 221+198+128=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC680 is #22397F. Grayscale: #C5C5C5. Windows color (decimal): -2242944 or 8439517. OLE color: 8439517.

HSL color Cylindrical-coordinate representation of color #DDC680: hue angle of 45.16º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DDC680 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 198 128 -
CMYK 0 0.10 0.42 0.13
HSL 45.16º 0.58% 0.68% -
HSV(B) 45.16º 0.42% 0.87% -
XYZ 53.91 57.32 28.64 -
YUV 196.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 221 198 128 0 0.10 0.42 0.13 45.16 0.58 0.68
Hex DD C6 80 0 A 2A D 2D 3A 44
Octal 335 306 200 0 12 52 15 55 72 104
Binary 11011101 11000110 10000000 0 1010 101010 1101 101101 111010 1000100

Color Harmonies of #DDC680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC680

Black with #DDC680

Text Example


Text Example

White with #DDC680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC680; }

 p { color: rgb(221,198,128); }

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

background-color css

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

 a { background-color: rgb(221,198,128); }

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

border-color css

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

 span { border-color: rgb(221,198,128); }

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