Html Css Color HEX #DCC97E Sandwisp

📋 copy color: '#DCC97E'

red 220 ◦ green 201 ◦ blue 126

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

Shades of Sandwisp #DCC97E

Tints of Sandwisp #DCC97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.03%

R = 40.22%
G = 36.75%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DCC97E (or 0xDCC97E) is known color: Sandwisp. HEX triplet: DC, C9 and 7E. RGB value is (220,201,126). Sum of RGB (Red+Green+Blue) = 220+201+126=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97E is #233681. Grayscale: #C6C6C6. Windows color (decimal): -2307714 or 8309212. OLE color: 8309212.

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

Color convert

RGB 220 201 126 -
CMYK 0 0.09 0.43 0.14
HSL 47.87º 0.57% 0.68% -
HSV(B) 47.87º 0.43% 0.86% -
XYZ 54.17 58.5 28.17 -
YUV 198.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 220 201 126 0 0.09 0.43 0.14 47.87 0.57 0.68
Hex DC C9 7E 0 9 2B E 30 39 44
Octal 334 311 176 0 11 53 16 60 71 104
Binary 11011100 11001001 1111110 0 1001 101011 1110 110000 111001 1000100

Color Harmonies of #DCC97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC97E

Black with #DCC97E

Text Example


Text Example

White with #DCC97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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