Html Css Color HEX #DCD088 Sandwisp

📋 copy color: '#DCD088'

red 220 ◦ green 208 ◦ blue 136

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

Shades of Sandwisp #DCD088

Tints of Sandwisp #DCD088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 24.11%

R = 39.01%
G = 36.88%
B = 24.11%

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

#DCD088 (or 0xDCD088) is known color: Sandwisp. HEX triplet: DC, D0 and 88. RGB value is (220,208,136). Sum of RGB (Red+Green+Blue) = 220+208+136=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 136 (53.52% from 255 or 24.11% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCD088 is #232F77. Grayscale: #CBCBCB. Windows color (decimal): -2305912 or 8966364. OLE color: 8966364.

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

Color convert

RGB 220 208 136 -
CMYK 0 0.05 0.38 0.14
HSL 51.43º 0.55% 0.7% -
HSV(B) 51.43º 0.38% 0.86% -
XYZ 56.52 62.1 32.3 -
YUV 203.38 89.98 139.85 -
System Red Green Blue C M Y K H S L
Decimal 220 208 136 0 0.05 0.38 0.14 51.43 0.55 0.7
Hex DC D0 88 0 5 26 E 33 37 46
Octal 334 320 210 0 5 46 16 63 67 106
Binary 11011100 11010000 10001000 0 101 100110 1110 110011 110111 1000110

Color Harmonies of #DCD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD088

Black with #DCD088

Text Example


Text Example

White with #DCD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD088; }

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

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

background-color css

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

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

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

border-color css

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

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

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