Html Css Color HEX #DCC883 Sandwisp

📋 copy color: '#DCC883'

red 220 ◦ green 200 ◦ blue 131

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

Shades of Sandwisp #DCC883

Tints of Sandwisp #DCC883

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.3%

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

R = 39.93%
G = 36.3%
B = 23.77%

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

#DCC883 (or 0xDCC883) is known color: Sandwisp. HEX triplet: DC, C8 and 83. RGB value is (220,200,131). Sum of RGB (Red+Green+Blue) = 220+200+131=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC883 is #23377C. Grayscale: #C6C6C6. Windows color (decimal): -2307965 or 8636636. OLE color: 8636636.

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

Color convert

RGB 220 200 131 -
CMYK 0 0.09 0.40 0.14
HSL 46.52º 0.56% 0.69% -
HSV(B) 46.52º 0.4% 0.86% -
XYZ 54.27 58.16 29.84 -
YUV 198.11 90.13 143.61 -
System Red Green Blue C M Y K H S L
Decimal 220 200 131 0 0.09 0.40 0.14 46.52 0.56 0.69
Hex DC C8 83 0 9 28 E 2F 38 45
Octal 334 310 203 0 11 50 16 57 70 105
Binary 11011100 11001000 10000011 0 1001 101000 1110 101111 111000 1000101

Color Harmonies of #DCC883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC883

Black with #DCC883

Text Example


Text Example

White with #DCC883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC883; }

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

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

background-color css

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

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

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

border-color css

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

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

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