Html Css Color HEX #DBC498 Raffia

📋 copy color: '#DBC498'

red 219 ◦ green 196 ◦ blue 152

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

Shades of Raffia #DBC498

Tints of Raffia #DBC498

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

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

R = 38.62%
G = 34.57%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DBC498 (or 0xDBC498) is known color: Raffia. HEX triplet: DB, C4 and 98. RGB value is (219,196,152). Sum of RGB (Red+Green+Blue) = 219+196+152=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC498 is #243B67. Grayscale: #C6C6C6. Windows color (decimal): -2374504 or 10011867. OLE color: 10011867.

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

Color convert

RGB 219 196 152 -
CMYK 0 0.11 0.31 0.14
HSL 39.4º 0.48% 0.73% -
HSV(B) 39.4º 0.31% 0.86% -
XYZ 54.62 56.81 37.79 -
YUV 197.86 102.12 143.08 -
System Red Green Blue C M Y K H S L
Decimal 219 196 152 0 0.11 0.31 0.14 39.4 0.48 0.73
Hex DB C4 98 0 B 1F E 27 30 49
Octal 333 304 230 0 13 37 16 47 60 111
Binary 11011011 11000100 10011000 0 1011 11111 1110 100111 110000 1001001

Color Harmonies of #DBC498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC498

Black with #DBC498

Text Example


Text Example

White with #DBC498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC498; }

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

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

background-color css

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

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

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

border-color css

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

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

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