Html Css Color HEX #DDC979 Sandwisp

📋 copy color: '#DDC979'

red 221 ◦ green 201 ◦ blue 121

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

Shades of Sandwisp #DDC979

Tints of Sandwisp #DDC979

RGB

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

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

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

R = 40.7%
G = 37.02%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC979 (or 0xDDC979) is known color: Sandwisp. HEX triplet: DD, C9 and 79. RGB value is (221,201,121). Sum of RGB (Red+Green+Blue) = 221+201+121=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 121 (47.66% from 255 or 22.28% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC979 is #223686. Grayscale: #C6C6C6. Windows color (decimal): -2242183 or 7981533. OLE color: 7981533.

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

Color convert

RGB 221 201 121 -
CMYK 0 0.09 0.45 0.13
HSL 48º 0.6% 0.67% -
HSV(B) 48º 0.45% 0.87% -
XYZ 54.16 58.53 26.53 -
YUV 197.86 84.63 144.5 -
System Red Green Blue C M Y K H S L
Decimal 221 201 121 0 0.09 0.45 0.13 48 0.6 0.67
Hex DD C9 79 0 9 2D D 30 3C 43
Octal 335 311 171 0 11 55 15 60 74 103
Binary 11011101 11001001 1111001 0 1001 101101 1101 110000 111100 1000011

Color Harmonies of #DDC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC979

Black with #DDC979

Text Example


Text Example

White with #DDC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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