Html Css Color HEX #DCC782 Sandwisp

📋 copy color: '#DCC782'

red 220 ◦ green 199 ◦ blue 130

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

Shades of Sandwisp #DCC782

Tints of Sandwisp #DCC782

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

 BLUE value IS 130 (51.17% from 255) = 23.68%

R = 40.07%
G = 36.25%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#DCC782 (or 0xDCC782) is known color: Sandwisp. HEX triplet: DC, C7 and 82. RGB value is (220,199,130). Sum of RGB (Red+Green+Blue) = 220+199+130=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 130 (51.17% from 255 or 23.68% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC782 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC782 is #23387D. Grayscale: #C5C5C5. Windows color (decimal): -2308222 or 8570844. OLE color: 8570844.

HSL color Cylindrical-coordinate representation of color #DCC782: hue angle of 46º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCC782 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 130 -
CMYK 0 0.10 0.41 0.14
HSL 46º 0.56% 0.69% -
HSV(B) 46º 0.41% 0.86% -
XYZ 53.97 57.67 29.41 -
YUV 197.41 89.96 144.11 -
System Red Green Blue C M Y K H S L
Decimal 220 199 130 0 0.10 0.41 0.14 46 0.56 0.69
Hex DC C7 82 0 A 29 E 2E 38 45
Octal 334 307 202 0 12 51 16 56 70 105
Binary 11011100 11000111 10000010 0 1010 101001 1110 101110 111000 1000101

Color Harmonies of #DCC782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC782

Black with #DCC782

Text Example


Text Example

White with #DCC782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC782; }

 p { color: rgb(220,199,130); }

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

background-color css

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

 a { background-color: rgb(220,199,130); }

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

border-color css

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

 span { border-color: rgb(220,199,130); }

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