Html Css Color HEX #DCD583 Sandwisp

📋 copy color: '#DCD583'

red 220 ◦ green 213 ◦ blue 131

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

Shades of Sandwisp #DCD583

Tints of Sandwisp #DCD583

RGB

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

 GREEN value IS 213 (83.59% from 255) = 37.77%

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

R = 39.01%
G = 37.77%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD583 (or 0xDCD583) is known color: Sandwisp. HEX triplet: DC, D5 and 83. RGB value is (220,213,131). Sum of RGB (Red+Green+Blue) = 220+213+131=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD583 is #232A7C. Grayscale: #CECECE. Windows color (decimal): -2304637 or 8639964. OLE color: 8639964.

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

Color convert

RGB 220 213 131 -
CMYK 0 0.03 0.40 0.14
HSL 55.28º 0.56% 0.69% -
HSV(B) 55.28º 0.4% 0.86% -
XYZ 57.41 64.44 30.89 -
YUV 205.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 220 213 131 0 0.03 0.40 0.14 55.28 0.56 0.69
Hex DC D5 83 0 3 28 E 37 38 45
Octal 334 325 203 0 3 50 16 67 70 105
Binary 11011100 11010101 10000011 0 11 101000 1110 110111 111000 1000101

Color Harmonies of #DCD583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD583

Black with #DCD583

Text Example


Text Example

White with #DCD583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD583; }

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

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

background-color css

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

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

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

border-color css

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

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

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