Html Css Color HEX #DCC97C Sandwisp

📋 copy color: '#DCC97C'

red 220 ◦ green 201 ◦ blue 124

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

Shades of Sandwisp #DCC97C

Tints of Sandwisp #DCC97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.75%

R = 40.37%
G = 36.88%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCC97C (or 0xDCC97C) is known color: Sandwisp. HEX triplet: DC, C9 and 7C. RGB value is (220,201,124). Sum of RGB (Red+Green+Blue) = 220+201+124=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97C is #233683. Grayscale: #C6C6C6. Windows color (decimal): -2307716 or 8178140. OLE color: 8178140.

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

Color convert

RGB 220 201 124 -
CMYK 0 0.09 0.44 0.14
HSL 48.13º 0.58% 0.67% -
HSV(B) 48.13º 0.44% 0.86% -
XYZ 54.04 58.44 27.5 -
YUV 197.9 86.29 143.76 -
System Red Green Blue C M Y K H S L
Decimal 220 201 124 0 0.09 0.44 0.14 48.13 0.58 0.67
Hex DC C9 7C 0 9 2C E 30 3A 43
Octal 334 311 174 0 11 54 16 60 72 103
Binary 11011100 11001001 1111100 0 1001 101100 1110 110000 111010 1000011

Color Harmonies of #DCC97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC97C

Black with #DCC97C

Text Example


Text Example

White with #DCC97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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