Html Css Color HEX #DCC983 Sandwisp

📋 copy color: '#DCC983'

red 220 ◦ green 201 ◦ blue 131

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

Shades of Sandwisp #DCC983

Tints of Sandwisp #DCC983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.73%

R = 39.86%
G = 36.41%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCC983 (or 0xDCC983) is known color: Sandwisp. HEX triplet: DC, C9 and 83. RGB value is (220,201,131). Sum of RGB (Red+Green+Blue) = 220+201+131=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC983 is #23367C. Grayscale: #C6C6C6. Windows color (decimal): -2307709 or 8636892. OLE color: 8636892.

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

Color convert

RGB 220 201 131 -
CMYK 0 0.09 0.40 0.14
HSL 47.19º 0.56% 0.69% -
HSV(B) 47.19º 0.4% 0.86% -
XYZ 54.5 58.63 29.92 -
YUV 198.7 89.79 143.19 -
System Red Green Blue C M Y K H S L
Decimal 220 201 131 0 0.09 0.40 0.14 47.19 0.56 0.69
Hex DC C9 83 0 9 28 E 2F 38 45
Octal 334 311 203 0 11 50 16 57 70 105
Binary 11011100 11001001 10000011 0 1001 101000 1110 101111 111000 1000101

Color Harmonies of #DCC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC983

Black with #DCC983

Text Example


Text Example

White with #DCC983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC983; }

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

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

background-color css

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

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

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

border-color css

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

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

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