Html Css Color HEX #DCC989 Sandwisp

📋 copy color: '#DCC989'

red 220 ◦ green 201 ◦ blue 137

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

Shades of Sandwisp #DCC989

Tints of Sandwisp #DCC989

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.02%

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

R = 39.43%
G = 36.02%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCC989 (or 0xDCC989) is known color: Sandwisp. HEX triplet: DC, C9 and 89. RGB value is (220,201,137). Sum of RGB (Red+Green+Blue) = 220+201+137=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 137 (53.91% from 255 or 24.55% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC989 is #233676. Grayscale: #C7C7C7. Windows color (decimal): -2307703 or 9030108. OLE color: 9030108.

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

Color convert

RGB 220 201 137 -
CMYK 0 0.09 0.38 0.14
HSL 46.27º 0.54% 0.7% -
HSV(B) 46.27º 0.38% 0.86% -
XYZ 54.92 58.8 32.12 -
YUV 199.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 220 201 137 0 0.09 0.38 0.14 46.27 0.54 0.7
Hex DC C9 89 0 9 26 E 2E 36 46
Octal 334 311 211 0 11 46 16 56 66 106
Binary 11011100 11001001 10001001 0 1001 100110 1110 101110 110110 1000110

Color Harmonies of #DCC989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC989

Black with #DCC989

Text Example


Text Example

White with #DCC989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC989; }

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

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

background-color css

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

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

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

border-color css

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

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

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