Html Css Color HEX #DCC986 Sandwisp

📋 copy color: '#DCC986'

red 220 ◦ green 201 ◦ blue 134

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

Shades of Sandwisp #DCC986

Tints of Sandwisp #DCC986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.14%

R = 39.64%
G = 36.22%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DCC986 (or 0xDCC986) is known color: Sandwisp. HEX triplet: DC, C9 and 86. RGB value is (220,201,134). Sum of RGB (Red+Green+Blue) = 220+201+134=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 134 (52.73% from 255 or 24.14% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC986 is #233679. Grayscale: #C7C7C7. Windows color (decimal): -2307706 or 8833500. OLE color: 8833500.

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

Color convert

RGB 220 201 134 -
CMYK 0 0.09 0.39 0.14
HSL 46.74º 0.55% 0.69% -
HSV(B) 46.74º 0.39% 0.86% -
XYZ 54.7 58.71 31 -
YUV 199.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 220 201 134 0 0.09 0.39 0.14 46.74 0.55 0.69
Hex DC C9 86 0 9 27 E 2F 37 45
Octal 334 311 206 0 11 47 16 57 67 105
Binary 11011100 11001001 10000110 0 1001 100111 1110 101111 110111 1000101

Color Harmonies of #DCC986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC986

Black with #DCC986

Text Example


Text Example

White with #DCC986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC986; }

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

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

background-color css

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

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

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

border-color css

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

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

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