Html Css Color HEX #DCD089 Sandwisp

📋 copy color: '#DCD089'

red 220 ◦ green 208 ◦ blue 137

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

Shades of Sandwisp #DCD089

Tints of Sandwisp #DCD089

RGB

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

 GREEN value IS 208 (81.64% from 255) = 36.81%

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

R = 38.94%
G = 36.81%
B = 24.25%

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

#DCD089 (or 0xDCD089) is known color: Sandwisp. HEX triplet: DC, D0 and 89. RGB value is (220,208,137). Sum of RGB (Red+Green+Blue) = 220+208+137=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 137 (53.91% from 255 or 24.25% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD089 is #232F76. Grayscale: #CBCBCB. Windows color (decimal): -2305911 or 9031900. OLE color: 9031900.

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

Color convert

RGB 220 208 137 -
CMYK 0 0.05 0.38 0.14
HSL 51.33º 0.54% 0.7% -
HSV(B) 51.33º 0.38% 0.86% -
XYZ 56.59 62.13 32.68 -
YUV 203.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 220 208 137 0 0.05 0.38 0.14 51.33 0.54 0.7
Hex DC D0 89 0 5 26 E 33 36 46
Octal 334 320 211 0 5 46 16 63 66 106
Binary 11011100 11010000 10001001 0 101 100110 1110 110011 110110 1000110

Color Harmonies of #DCD089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD089

Black with #DCD089

Text Example


Text Example

White with #DCD089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD089; }

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

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

background-color css

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

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

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

border-color css

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

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

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