Html Css Color HEX #DBC798 Raffia

📋 copy color: '#DBC798'

red 219 ◦ green 199 ◦ blue 152

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

Shades of Raffia #DBC798

Tints of Raffia #DBC798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.67%

R = 38.42%
G = 34.91%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC798 (or 0xDBC798) is known color: Raffia. HEX triplet: DB, C7 and 98. RGB value is (219,199,152). Sum of RGB (Red+Green+Blue) = 219+199+152=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 152 (59.77% from 255 or 26.67% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC798 is #243867. Grayscale: #C7C7C7. Windows color (decimal): -2373736 or 10012635. OLE color: 10012635.

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

Color convert

RGB 219 199 152 -
CMYK 0 0.09 0.31 0.14
HSL 42.09º 0.48% 0.73% -
HSV(B) 42.09º 0.31% 0.86% -
XYZ 55.3 58.17 38.02 -
YUV 199.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 219 199 152 0 0.09 0.31 0.14 42.09 0.48 0.73
Hex DB C7 98 0 9 1F E 2A 30 49
Octal 333 307 230 0 11 37 16 52 60 111
Binary 11011011 11000111 10011000 0 1001 11111 1110 101010 110000 1001001

Color Harmonies of #DBC798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC798

Black with #DBC798

Text Example


Text Example

White with #DBC798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC798; }

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

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

background-color css

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

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

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

border-color css

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

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

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