Html Css Color HEX #DCD289 Sandwisp

📋 copy color: '#DCD289'

red 220 ◦ green 210 ◦ blue 137

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

Shades of Sandwisp #DCD289

Tints of Sandwisp #DCD289

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.04%

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

R = 38.8%
G = 37.04%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCD289 (or 0xDCD289) is known color: Sandwisp. HEX triplet: DC, D2 and 89. RGB value is (220,210,137). Sum of RGB (Red+Green+Blue) = 220+210+137=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 137 (53.91% from 255 or 24.16% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD289 is #232D76. Grayscale: #CCCCCC. Windows color (decimal): -2305399 or 9032412. OLE color: 9032412.

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

Color convert

RGB 220 210 137 -
CMYK 0 0.05 0.38 0.14
HSL 52.77º 0.54% 0.7% -
HSV(B) 52.77º 0.38% 0.86% -
XYZ 57.08 63.11 32.84 -
YUV 204.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 220 210 137 0 0.05 0.38 0.14 52.77 0.54 0.7
Hex DC D2 89 0 5 26 E 35 36 46
Octal 334 322 211 0 5 46 16 65 66 106
Binary 11011100 11010010 10001001 0 101 100110 1110 110101 110110 1000110

Color Harmonies of #DCD289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD289

Black with #DCD289

Text Example


Text Example

White with #DCD289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD289; }

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

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

background-color css

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

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

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

border-color css

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

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

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