Html Css Color HEX #DCC57C Sandwisp

📋 copy color: '#DCC57C'

red 220 ◦ green 197 ◦ blue 124

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

Shades of Sandwisp #DCC57C

Tints of Sandwisp #DCC57C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

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

R = 40.67%
G = 36.41%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCC57C (or 0xDCC57C) is known color: Sandwisp. HEX triplet: DC, C5 and 7C. RGB value is (220,197,124). Sum of RGB (Red+Green+Blue) = 220+197+124=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC57C is #233A83. Grayscale: #C3C3C3. Windows color (decimal): -2308740 or 8177116. OLE color: 8177116.

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

Color convert

RGB 220 197 124 -
CMYK 0 0.10 0.44 0.14
HSL 45.63º 0.58% 0.67% -
HSV(B) 45.63º 0.44% 0.86% -
XYZ 53.12 56.6 27.19 -
YUV 195.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 220 197 124 0 0.10 0.44 0.14 45.63 0.58 0.67
Hex DC C5 7C 0 A 2C E 2E 3A 43
Octal 334 305 174 0 12 54 16 56 72 103
Binary 11011100 11000101 1111100 0 1010 101100 1110 101110 111010 1000011

Color Harmonies of #DCC57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC57C

Black with #DCC57C

Text Example


Text Example

White with #DCC57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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