Html Css Color HEX #DBC785 Sandwisp

📋 copy color: '#DBC785'

red 219 ◦ green 199 ◦ blue 133

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

Shades of Sandwisp #DBC785

Tints of Sandwisp #DBC785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.14%

R = 39.75%
G = 36.12%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DBC785 (or 0xDBC785) is known color: Sandwisp. HEX triplet: DB, C7 and 85. RGB value is (219,199,133). Sum of RGB (Red+Green+Blue) = 219+199+133=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC785 is #24387A. Grayscale: #C5C5C5. Windows color (decimal): -2373755 or 8767451. OLE color: 8767451.

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

Color convert

RGB 219 199 133 -
CMYK 0 0.09 0.39 0.14
HSL 46.05º 0.54% 0.69% -
HSV(B) 46.05º 0.39% 0.86% -
XYZ 53.87 57.6 30.47 -
YUV 197.46 91.63 143.37 -
System Red Green Blue C M Y K H S L
Decimal 219 199 133 0 0.09 0.39 0.14 46.05 0.54 0.69
Hex DB C7 85 0 9 27 E 2E 36 45
Octal 333 307 205 0 11 47 16 56 66 105
Binary 11011011 11000111 10000101 0 1001 100111 1110 101110 110110 1000101

Color Harmonies of #DBC785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC785

Black with #DBC785

Text Example


Text Example

White with #DBC785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC785; }

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

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

background-color css

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

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

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

border-color css

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

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

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