Html Css Color HEX #DCD385 Sandwisp

📋 copy color: '#DCD385'

red 220 ◦ green 211 ◦ blue 133

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

Shades of Sandwisp #DCD385

Tints of Sandwisp #DCD385

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.41%

 BLUE value IS 133 (52.34% from 255) = 23.58%

R = 39.01%
G = 37.41%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DCD385 (or 0xDCD385) is known color: Sandwisp. HEX triplet: DC, D3 and 85. RGB value is (220,211,133). Sum of RGB (Red+Green+Blue) = 220+211+133=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 133 (52.34% from 255 or 23.58% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD385 is #232C7A. Grayscale: #CDCDCD. Windows color (decimal): -2305147 or 8770524. OLE color: 8770524.

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

Color convert

RGB 220 211 133 -
CMYK 0 0.04 0.40 0.14
HSL 53.79º 0.55% 0.69% -
HSV(B) 53.79º 0.4% 0.86% -
XYZ 57.04 63.5 31.44 -
YUV 204.8 87.48 138.84 -
System Red Green Blue C M Y K H S L
Decimal 220 211 133 0 0.04 0.40 0.14 53.79 0.55 0.69
Hex DC D3 85 0 4 28 E 36 37 45
Octal 334 323 205 0 4 50 16 66 67 105
Binary 11011100 11010011 10000101 0 100 101000 1110 110110 110111 1000101

Color Harmonies of #DCD385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD385

Black with #DCD385

Text Example


Text Example

White with #DCD385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD385; }

 p { color: rgb(220,211,133); }

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

background-color css

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

 a { background-color: rgb(220,211,133); }

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

border-color css

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

 span { border-color: rgb(220,211,133); }

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