Html Css Color HEX #DCC88A Sandwisp

📋 copy color: '#DCC88A'

red 220 ◦ green 200 ◦ blue 138

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

Shades of Sandwisp #DCC88A

Tints of Sandwisp #DCC88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.84%

 BLUE value IS 138 (54.3% from 255) = 24.73%

R = 39.43%
G = 35.84%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DCC88A (or 0xDCC88A) is known color: Sandwisp. HEX triplet: DC, C8 and 8A. RGB value is (220,200,138). Sum of RGB (Red+Green+Blue) = 220+200+138=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 200 (78.52% from 255 or 35.84% from 558); Blue value is 138 (54.30% from 255 or 24.73% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC88A is #233775. Grayscale: #C7C7C7. Windows color (decimal): -2307958 or 9095388. OLE color: 9095388.

HSL color Cylindrical-coordinate representation of color #DCC88A: hue angle of 45.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DCC88A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 138 -
CMYK 0 0.09 0.37 0.14
HSL 45.37º 0.54% 0.7% -
HSV(B) 45.37º 0.37% 0.86% -
XYZ 54.76 58.36 32.42 -
YUV 198.91 93.63 143.04 -
System Red Green Blue C M Y K H S L
Decimal 220 200 138 0 0.09 0.37 0.14 45.37 0.54 0.7
Hex DC C8 8A 0 9 25 E 2D 36 46
Octal 334 310 212 0 11 45 16 55 66 106
Binary 11011100 11001000 10001010 0 1001 100101 1110 101101 110110 1000110

Color Harmonies of #DCC88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC88A

Black with #DCC88A

Text Example


Text Example

White with #DCC88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC88A; }

 p { color: rgb(220,200,138); }

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

background-color css

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

 a { background-color: rgb(220,200,138); }

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

border-color css

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

 span { border-color: rgb(220,200,138); }

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