Html Css Color HEX #DCD584 Sandwisp

📋 copy color: '#DCD584'

red 220 ◦ green 213 ◦ blue 132

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

Shades of Sandwisp #DCD584

Tints of Sandwisp #DCD584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 23.36%

R = 38.94%
G = 37.7%
B = 23.36%

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

#DCD584 (or 0xDCD584) is known color: Sandwisp. HEX triplet: DC, D5 and 84. RGB value is (220,213,132). Sum of RGB (Red+Green+Blue) = 220+213+132=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 213 (83.59% from 255 or 37.70% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD584 is #232A7B. Grayscale: #CECECE. Windows color (decimal): -2304636 or 8705500. OLE color: 8705500.

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

Color convert

RGB 220 213 132 -
CMYK 0 0.03 0.40 0.14
HSL 55.23º 0.56% 0.69% -
HSV(B) 55.23º 0.4% 0.86% -
XYZ 57.47 64.47 31.24 -
YUV 205.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 220 213 132 0 0.03 0.40 0.14 55.23 0.56 0.69
Hex DC D5 84 0 3 28 E 37 38 45
Octal 334 325 204 0 3 50 16 67 70 105
Binary 11011100 11010101 10000100 0 11 101000 1110 110111 111000 1000101

Color Harmonies of #DCD584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD584

Black with #DCD584

Text Example


Text Example

White with #DCD584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD584; }

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

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

background-color css

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

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

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

border-color css

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

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

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