Html Css Color HEX #DBC880 Sandwisp

📋 copy color: '#DBC880'

red 219 ◦ green 200 ◦ blue 128

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

Shades of Sandwisp #DBC880

Tints of Sandwisp #DBC880

RGB

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

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

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

R = 40.04%
G = 36.56%
B = 23.4%

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

#DBC880 (or 0xDBC880) is known color: Sandwisp. HEX triplet: DB, C8 and 80. RGB value is (219,200,128). Sum of RGB (Red+Green+Blue) = 219+200+128=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 128 (50.39% from 255 or 23.40% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC880 is #24377F. Grayscale: #C5C5C5. Windows color (decimal): -2373504 or 8440027. OLE color: 8440027.

HSL color Cylindrical-coordinate representation of color #DBC880: hue angle of 47.47º 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 #DBC880 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 200 128 -
CMYK 0 0.09 0.42 0.14
HSL 47.47º 0.56% 0.68% -
HSV(B) 47.47º 0.42% 0.86% -
XYZ 53.76 57.93 28.77 -
YUV 197.47 88.79 143.35 -
System Red Green Blue C M Y K H S L
Decimal 219 200 128 0 0.09 0.42 0.14 47.47 0.56 0.68
Hex DB C8 80 0 9 2A E 2F 38 44
Octal 333 310 200 0 11 52 16 57 70 104
Binary 11011011 11001000 10000000 0 1001 101010 1110 101111 111000 1000100

Color Harmonies of #DBC880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC880

Black with #DBC880

Text Example


Text Example

White with #DBC880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC880; }

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

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

background-color css

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

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

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

border-color css

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

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

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