Html Css Color HEX #DBC987 Sandwisp

📋 copy color: '#DBC987'

red 219 ◦ green 201 ◦ blue 135

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

Shades of Sandwisp #DBC987

Tints of Sandwisp #DBC987

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.22%

 BLUE value IS 135 (53.13% from 255) = 24.32%

R = 39.46%
G = 36.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBC987 (or 0xDBC987) is known color: Sandwisp. HEX triplet: DB, C9 and 87. RGB value is (219,201,135). Sum of RGB (Red+Green+Blue) = 219+201+135=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 135 (53.12% from 255 or 24.32% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC987 is #243678. Grayscale: #C7C7C7. Windows color (decimal): -2373241 or 8899035. OLE color: 8899035.

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

Color convert

RGB 219 201 135 -
CMYK 0 0.08 0.38 0.14
HSL 47.14º 0.54% 0.69% -
HSV(B) 47.14º 0.38% 0.86% -
XYZ 54.47 58.58 31.36 -
YUV 198.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 219 201 135 0 0.08 0.38 0.14 47.14 0.54 0.69
Hex DB C9 87 0 8 26 E 2F 36 45
Octal 333 311 207 0 10 46 16 57 66 105
Binary 11011011 11001001 10000111 0 1000 100110 1110 101111 110110 1000101

Color Harmonies of #DBC987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC987

Black with #DBC987

Text Example


Text Example

White with #DBC987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC987; }

 p { color: rgb(219,201,135); }

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

background-color css

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

 a { background-color: rgb(219,201,135); }

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

border-color css

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

 span { border-color: rgb(219,201,135); }

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