Html Css Color HEX #DBC978 Sandwisp

📋 copy color: '#DBC978'

red 219 ◦ green 201 ◦ blue 120

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

Shades of Sandwisp #DBC978

Tints of Sandwisp #DBC978

RGB

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

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

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

R = 40.56%
G = 37.22%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBC978 (or 0xDBC978) is known color: Sandwisp. HEX triplet: DB, C9 and 78. RGB value is (219,201,120). Sum of RGB (Red+Green+Blue) = 219+201+120=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 120 (47.27% from 255 or 22.22% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC978 is #243687. Grayscale: #C5C5C5. Windows color (decimal): -2373256 or 7915995. OLE color: 7915995.

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

Color convert

RGB 219 201 120 -
CMYK 0 0.08 0.45 0.14
HSL 49.09º 0.58% 0.66% -
HSV(B) 49.09º 0.45% 0.86% -
XYZ 53.49 58.19 26.18 -
YUV 197.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 219 201 120 0 0.08 0.45 0.14 49.09 0.58 0.66
Hex DB C9 78 0 8 2D E 31 3A 42
Octal 333 311 170 0 10 55 16 61 72 102
Binary 11011011 11001001 1111000 0 1000 101101 1110 110001 111010 1000010

Color Harmonies of #DBC978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC978

Black with #DBC978

Text Example


Text Example

White with #DBC978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC978; }

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

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

background-color css

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

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

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

border-color css

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

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

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