Html Css Color HEX #DCC77C Sandwisp

📋 copy color: '#DCC77C'

red 220 ◦ green 199 ◦ blue 124

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

Shades of Sandwisp #DCC77C

Tints of Sandwisp #DCC77C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.65%

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

R = 40.52%
G = 36.65%
B = 22.84%

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

#DCC77C (or 0xDCC77C) is known color: Sandwisp. HEX triplet: DC, C7 and 7C. RGB value is (220,199,124). Sum of RGB (Red+Green+Blue) = 220+199+124=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 199 (78.12% from 255 or 36.65% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC77C is #233883. Grayscale: #C5C5C5. Windows color (decimal): -2308228 or 8177628. OLE color: 8177628.

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

Color convert

RGB 220 199 124 -
CMYK 0 0.10 0.44 0.14
HSL 46.88º 0.58% 0.67% -
HSV(B) 46.88º 0.44% 0.86% -
XYZ 53.58 57.52 27.35 -
YUV 196.73 86.96 144.6 -
System Red Green Blue C M Y K H S L
Decimal 220 199 124 0 0.10 0.44 0.14 46.88 0.58 0.67
Hex DC C7 7C 0 A 2C E 2F 3A 43
Octal 334 307 174 0 12 54 16 57 72 103
Binary 11011100 11000111 1111100 0 1010 101100 1110 101111 111010 1000011

Color Harmonies of #DCC77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC77C

Black with #DCC77C

Text Example


Text Example

White with #DCC77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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