Html Css Color HEX #DCC98C Sandwisp

📋 copy color: '#DCC98C'

red 220 ◦ green 201 ◦ blue 140

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

Shades of Sandwisp #DCC98C

Tints of Sandwisp #DCC98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.96%

R = 39.22%
G = 35.83%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DCC98C (or 0xDCC98C) is known color: Sandwisp. HEX triplet: DC, C9 and 8C. RGB value is (220,201,140). Sum of RGB (Red+Green+Blue) = 220+201+140=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 140 (55.08% from 255 or 24.96% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC98C is #233673. Grayscale: #C7C7C7. Windows color (decimal): -2307700 or 9226716. OLE color: 9226716.

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

Color convert

RGB 220 201 140 -
CMYK 0 0.09 0.36 0.14
HSL 45.75º 0.53% 0.71% -
HSV(B) 45.75º 0.36% 0.86% -
XYZ 55.14 58.88 33.27 -
YUV 199.73 94.29 142.46 -
System Red Green Blue C M Y K H S L
Decimal 220 201 140 0 0.09 0.36 0.14 45.75 0.53 0.71
Hex DC C9 8C 0 9 24 E 2E 35 47
Octal 334 311 214 0 11 44 16 56 65 107
Binary 11011100 11001001 10001100 0 1001 100100 1110 101110 110101 1000111

Color Harmonies of #DCC98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC98C

Black with #DCC98C

Text Example


Text Example

White with #DCC98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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