Html Css Color HEX #DBC69E Raffia

📋 copy color: '#DBC69E'

red 219 ◦ green 198 ◦ blue 158

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

Shades of Raffia #DBC69E

Tints of Raffia #DBC69E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.43%

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 38.09%
G = 34.43%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DBC69E (or 0xDBC69E) is known color: Raffia. HEX triplet: DB, C6 and 9E. RGB value is (219,198,158). Sum of RGB (Red+Green+Blue) = 219+198+158=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC69E is #243961. Grayscale: #C7C7C7. Windows color (decimal): -2373986 or 10405595. OLE color: 10405595.

HSL color Cylindrical-coordinate representation of color #DBC69E: hue angle of 39.34º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBC69E is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 198 158 -
CMYK 0 0.10 0.28 0.14
HSL 39.34º 0.46% 0.74% -
HSV(B) 39.34º 0.28% 0.86% -
XYZ 55.58 57.92 40.6 -
YUV 199.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 219 198 158 0 0.10 0.28 0.14 39.34 0.46 0.74
Hex DB C6 9E 0 A 1C E 27 2E 4A
Octal 333 306 236 0 12 34 16 47 56 112
Binary 11011011 11000110 10011110 0 1010 11100 1110 100111 101110 1001010

Color Harmonies of #DBC69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC69E

Black with #DBC69E

Text Example


Text Example

White with #DBC69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC69E; }

 p { color: rgb(219,198,158); }

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

background-color css

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

 a { background-color: rgb(219,198,158); }

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

border-color css

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

 span { border-color: rgb(219,198,158); }

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