Html Css Color HEX #DCCD88 Sandwisp

📋 copy color: '#DCCD88'

red 220 ◦ green 205 ◦ blue 136

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

Shades of Sandwisp #DCCD88

Tints of Sandwisp #DCCD88

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.54%

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

R = 39.22%
G = 36.54%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCCD88 (or 0xDCCD88) is known color: Sandwisp. HEX triplet: DC, CD and 88. RGB value is (220,205,136). Sum of RGB (Red+Green+Blue) = 220+205+136=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 205 (80.47% from 255 or 36.54% from 561); Blue value is 136 (53.52% from 255 or 24.24% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCD88 is #233277. Grayscale: #C9C9C9. Windows color (decimal): -2306680 or 8965596. OLE color: 8965596.

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

Color convert

RGB 220 205 136 -
CMYK 0 0.07 0.38 0.14
HSL 49.29º 0.55% 0.7% -
HSV(B) 49.29º 0.38% 0.86% -
XYZ 55.79 60.66 32.06 -
YUV 201.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 220 205 136 0 0.07 0.38 0.14 49.29 0.55 0.7
Hex DC CD 88 0 7 26 E 31 37 46
Octal 334 315 210 0 7 46 16 61 67 106
Binary 11011100 11001101 10001000 0 111 100110 1110 110001 110111 1000110

Color Harmonies of #DCCD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD88

Black with #DCCD88

Text Example


Text Example

White with #DCCD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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