Html Css Color HEX #DBC879 Sandwisp

📋 copy color: '#DBC879'

red 219 ◦ green 200 ◦ blue 121

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

Shades of Sandwisp #DBC879

Tints of Sandwisp #DBC879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.41%

R = 40.56%
G = 37.04%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DBC879 (or 0xDBC879) is known color: Sandwisp. HEX triplet: DB, C8 and 79. RGB value is (219,200,121). Sum of RGB (Red+Green+Blue) = 219+200+121=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 121 (47.66% from 255 or 22.41% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC879 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC879 is #243786. Grayscale: #C5C5C5. Windows color (decimal): -2373511 or 7981275. OLE color: 7981275.

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

Color convert

RGB 219 200 121 -
CMYK 0 0.09 0.45 0.14
HSL 48.37º 0.58% 0.67% -
HSV(B) 48.37º 0.45% 0.86% -
XYZ 53.32 57.75 26.43 -
YUV 196.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 219 200 121 0 0.09 0.45 0.14 48.37 0.58 0.67
Hex DB C8 79 0 9 2D E 30 3A 43
Octal 333 310 171 0 11 55 16 60 72 103
Binary 11011011 11001000 1111001 0 1001 101101 1110 110000 111010 1000011

Color Harmonies of #DBC879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC879

Black with #DBC879

Text Example


Text Example

White with #DBC879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC879; }

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

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

background-color css

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

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

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

border-color css

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

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

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