Html Css Color HEX #DBC780 Sandwisp

📋 copy color: '#DBC780'

red 219 ◦ green 199 ◦ blue 128

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

Shades of Sandwisp #DBC780

Tints of Sandwisp #DBC780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.44%

R = 40.11%
G = 36.45%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DBC780 (or 0xDBC780) is known color: Sandwisp. HEX triplet: DB, C7 and 80. RGB value is (219,199,128). Sum of RGB (Red+Green+Blue) = 219+199+128=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 128 (50.39% from 255 or 23.44% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC780 is #24387F. Grayscale: #C5C5C5. Windows color (decimal): -2373760 or 8439771. OLE color: 8439771.

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

Color convert

RGB 219 199 128 -
CMYK 0 0.09 0.42 0.14
HSL 46.81º 0.56% 0.68% -
HSV(B) 46.81º 0.42% 0.86% -
XYZ 53.53 57.47 28.69 -
YUV 196.89 89.13 143.77 -
System Red Green Blue C M Y K H S L
Decimal 219 199 128 0 0.09 0.42 0.14 46.81 0.56 0.68
Hex DB C7 80 0 9 2A E 2F 38 44
Octal 333 307 200 0 11 52 16 57 70 104
Binary 11011011 11000111 10000000 0 1001 101010 1110 101111 111000 1000100

Color Harmonies of #DBC780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC780

Black with #DBC780

Text Example


Text Example

White with #DBC780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC780; }

 p { color: rgb(219,199,128); }

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

background-color css

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

 a { background-color: rgb(219,199,128); }

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

border-color css

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

 span { border-color: rgb(219,199,128); }

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