Html Css Color HEX #DDC779 Sandwisp

📋 copy color: '#DDC779'

red 221 ◦ green 199 ◦ blue 121

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

Shades of Sandwisp #DDC779

Tints of Sandwisp #DDC779

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.78%

 BLUE value IS 121 (47.66% from 255) = 22.37%

R = 40.85%
G = 36.78%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC779 (or 0xDDC779) is known color: Sandwisp. HEX triplet: DD, C7 and 79. RGB value is (221,199,121). Sum of RGB (Red+Green+Blue) = 221+199+121=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC779 is #223886. Grayscale: #C5C5C5. Windows color (decimal): -2242695 or 7981021. OLE color: 7981021.

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

Color convert

RGB 221 199 121 -
CMYK 0 0.10 0.45 0.13
HSL 46.8º 0.6% 0.67% -
HSV(B) 46.8º 0.45% 0.87% -
XYZ 53.69 57.6 26.38 -
YUV 196.69 85.29 145.34 -
System Red Green Blue C M Y K H S L
Decimal 221 199 121 0 0.10 0.45 0.13 46.8 0.6 0.67
Hex DD C7 79 0 A 2D D 2F 3C 43
Octal 335 307 171 0 12 55 15 57 74 103
Binary 11011101 11000111 1111001 0 1010 101101 1101 101111 111100 1000011

Color Harmonies of #DDC779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC779

Black with #DDC779

Text Example


Text Example

White with #DDC779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC779; }

 p { color: rgb(221,199,121); }

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

background-color css

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

 a { background-color: rgb(221,199,121); }

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

border-color css

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

 span { border-color: rgb(221,199,121); }

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