Html Css Color HEX #DCD389 Sandwisp

📋 copy color: '#DCD389'

red 220 ◦ green 211 ◦ blue 137

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

Shades of Sandwisp #DCD389

Tints of Sandwisp #DCD389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.12%

R = 38.73%
G = 37.15%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD389 (or 0xDCD389) is known color: Sandwisp. HEX triplet: DC, D3 and 89. RGB value is (220,211,137). Sum of RGB (Red+Green+Blue) = 220+211+137=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 137 (53.91% from 255 or 24.12% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD389 is #232C76. Grayscale: #CDCDCD. Windows color (decimal): -2305143 or 9032668. OLE color: 9032668.

HSL color Cylindrical-coordinate representation of color #DCD389: hue angle of 53.49º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DCD389 is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 211 137 -
CMYK 0 0.04 0.38 0.14
HSL 53.49º 0.54% 0.7% -
HSV(B) 53.49º 0.38% 0.86% -
XYZ 57.32 63.61 32.92 -
YUV 205.26 89.48 138.52 -
System Red Green Blue C M Y K H S L
Decimal 220 211 137 0 0.04 0.38 0.14 53.49 0.54 0.7
Hex DC D3 89 0 4 26 E 35 36 46
Octal 334 323 211 0 4 46 16 65 66 106
Binary 11011100 11010011 10001001 0 100 100110 1110 110101 110110 1000110

Color Harmonies of #DCD389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD389

Black with #DCD389

Text Example


Text Example

White with #DCD389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD389; }

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

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

background-color css

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

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

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

border-color css

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

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

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