Html Css Color HEX #DDC879 Sandwisp

📋 copy color: '#DDC879'

red 221 ◦ green 200 ◦ blue 121

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

Shades of Sandwisp #DDC879

Tints of Sandwisp #DDC879

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.9%

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

R = 40.77%
G = 36.9%
B = 22.32%

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

#DDC879 (or 0xDDC879) is known color: Sandwisp. HEX triplet: DD, C8 and 79. RGB value is (221,200,121). Sum of RGB (Red+Green+Blue) = 221+200+121=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 200 (78.52% from 255 or 36.90% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC879 is #223786. Grayscale: #C5C5C5. Windows color (decimal): -2242439 or 7981277. OLE color: 7981277.

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

Color convert

RGB 221 200 121 -
CMYK 0 0.10 0.45 0.13
HSL 47.4º 0.6% 0.67% -
HSV(B) 47.4º 0.45% 0.87% -
XYZ 53.92 58.06 26.45 -
YUV 197.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 221 200 121 0 0.10 0.45 0.13 47.4 0.6 0.67
Hex DD C8 79 0 A 2D D 2F 3C 43
Octal 335 310 171 0 12 55 15 57 74 103
Binary 11011101 11001000 1111001 0 1010 101101 1101 101111 111100 1000011

Color Harmonies of #DDC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC879

Black with #DDC879

Text Example


Text Example

White with #DDC879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC879; }

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

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

background-color css

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

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

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

border-color css

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

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

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