Html Css Color HEX #DCC979 Sandwisp

📋 copy color: '#DCC979'

red 220 ◦ green 201 ◦ blue 121

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

Shades of Sandwisp #DCC979

Tints of Sandwisp #DCC979

RGB

 RED value IS 220 (86.33% from 255) = 40.59%

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

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

R = 40.59%
G = 37.08%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DCC979 (or 0xDCC979) is known color: Sandwisp. HEX triplet: DC, C9 and 79. RGB value is (220,201,121). Sum of RGB (Red+Green+Blue) = 220+201+121=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC979 is #233686. Grayscale: #C5C5C5. Windows color (decimal): -2307719 or 7981532. OLE color: 7981532.

HSL color Cylindrical-coordinate representation of color #DCC979: hue angle of 48.48º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCC979 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 121 -
CMYK 0 0.09 0.45 0.14
HSL 48.48º 0.59% 0.67% -
HSV(B) 48.48º 0.45% 0.86% -
XYZ 53.85 58.37 26.52 -
YUV 197.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 220 201 121 0 0.09 0.45 0.14 48.48 0.59 0.67
Hex DC C9 79 0 9 2D E 30 3B 43
Octal 334 311 171 0 11 55 16 60 73 103
Binary 11011100 11001001 1111001 0 1001 101101 1110 110000 111011 1000011

Color Harmonies of #DCC979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC979

Black with #DCC979

Text Example


Text Example

White with #DCC979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC979; }

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

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

background-color css

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

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

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

border-color css

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

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

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