Html Css Color HEX #DCCA88 Sandwisp

📋 copy color: '#DCCA88'

red 220 ◦ green 202 ◦ blue 136

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

Shades of Sandwisp #DCCA88

Tints of Sandwisp #DCCA88

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.2%

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

R = 39.43%
G = 36.2%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCCA88 (or 0xDCCA88) is known color: Sandwisp. HEX triplet: DC, CA and 88. RGB value is (220,202,136). Sum of RGB (Red+Green+Blue) = 220+202+136=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCA88 is #233577. Grayscale: #C8C8C8. Windows color (decimal): -2307448 or 8964828. OLE color: 8964828.

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

Color convert

RGB 220 202 136 -
CMYK 0 0.08 0.38 0.14
HSL 47.14º 0.55% 0.7% -
HSV(B) 47.14º 0.38% 0.86% -
XYZ 55.08 59.23 31.82 -
YUV 199.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 220 202 136 0 0.08 0.38 0.14 47.14 0.55 0.7
Hex DC CA 88 0 8 26 E 2F 37 46
Octal 334 312 210 0 10 46 16 57 67 106
Binary 11011100 11001010 10001000 0 1000 100110 1110 101111 110111 1000110

Color Harmonies of #DCCA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA88

Black with #DCCA88

Text Example


Text Example

White with #DCCA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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