Html Css Color HEX #DBC682 Sandwisp

📋 copy color: '#DBC682'

red 219 ◦ green 198 ◦ blue 130

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

Shades of Sandwisp #DBC682

Tints of Sandwisp #DBC682

RGB

 RED value IS 219 (85.94% from 255) = 40.04%

 GREEN value IS 198 (77.73% from 255) = 36.2%

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

R = 40.04%
G = 36.2%
B = 23.77%

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

#DBC682 (or 0xDBC682) is known color: Sandwisp. HEX triplet: DB, C6 and 82. RGB value is (219,198,130). Sum of RGB (Red+Green+Blue) = 219+198+130=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 130 (51.17% from 255 or 23.77% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC682 is #24397D. Grayscale: #C4C4C4. Windows color (decimal): -2374014 or 8570587. OLE color: 8570587.

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

Color convert

RGB 219 198 130 -
CMYK 0 0.10 0.41 0.14
HSL 45.84º 0.55% 0.68% -
HSV(B) 45.84º 0.41% 0.86% -
XYZ 53.44 57.06 29.32 -
YUV 196.53 90.46 144.03 -
System Red Green Blue C M Y K H S L
Decimal 219 198 130 0 0.10 0.41 0.14 45.84 0.55 0.68
Hex DB C6 82 0 A 29 E 2E 37 44
Octal 333 306 202 0 12 51 16 56 67 104
Binary 11011011 11000110 10000010 0 1010 101001 1110 101110 110111 1000100

Color Harmonies of #DBC682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC682

Black with #DBC682

Text Example


Text Example

White with #DBC682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC682; }

 p { color: rgb(219,198,130); }

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

background-color css

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

 a { background-color: rgb(219,198,130); }

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

border-color css

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

 span { border-color: rgb(219,198,130); }

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