Html Css Color HEX #DBC878 Sandwisp

📋 copy color: '#DBC878'

red 219 ◦ green 200 ◦ blue 120

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

Shades of Sandwisp #DBC878

Tints of Sandwisp #DBC878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.26%

R = 40.63%
G = 37.11%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBC878 (or 0xDBC878) is known color: Sandwisp. HEX triplet: DB, C8 and 78. RGB value is (219,200,120). Sum of RGB (Red+Green+Blue) = 219+200+120=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC878 is #243787. Grayscale: #C4C4C4. Windows color (decimal): -2373512 or 7915739. OLE color: 7915739.

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

Color convert

RGB 219 200 120 -
CMYK 0 0.09 0.45 0.14
HSL 48.48º 0.58% 0.66% -
HSV(B) 48.48º 0.45% 0.86% -
XYZ 53.26 57.72 26.1 -
YUV 196.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 219 200 120 0 0.09 0.45 0.14 48.48 0.58 0.66
Hex DB C8 78 0 9 2D E 30 3A 42
Octal 333 310 170 0 11 55 16 60 72 102
Binary 11011011 11001000 1111000 0 1001 101101 1110 110000 111010 1000010

Color Harmonies of #DBC878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC878

Black with #DBC878

Text Example


Text Example

White with #DBC878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC878; }

 p { color: rgb(219,200,120); }

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

background-color css

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

 a { background-color: rgb(219,200,120); }

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

border-color css

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

 span { border-color: rgb(219,200,120); }

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