Html Css Color HEX #DBC499 Raffia

📋 copy color: '#DBC499'

red 219 ◦ green 196 ◦ blue 153

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

Shades of Raffia #DBC499

Tints of Raffia #DBC499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 26.94%

R = 38.56%
G = 34.51%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DBC499 (or 0xDBC499) is known color: Raffia. HEX triplet: DB, C4 and 99. RGB value is (219,196,153). Sum of RGB (Red+Green+Blue) = 219+196+153=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC499 is #243B66. Grayscale: #C6C6C6. Windows color (decimal): -2374503 or 10077403. OLE color: 10077403.

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

Color convert

RGB 219 196 153 -
CMYK 0 0.11 0.30 0.14
HSL 39.09º 0.48% 0.73% -
HSV(B) 39.09º 0.3% 0.86% -
XYZ 54.7 56.84 38.23 -
YUV 197.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 219 196 153 0 0.11 0.30 0.14 39.09 0.48 0.73
Hex DB C4 99 0 B 1E E 27 30 49
Octal 333 304 231 0 13 36 16 47 60 111
Binary 11011011 11000100 10011001 0 1011 11110 1110 100111 110000 1001001

Color Harmonies of #DBC499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC499

Black with #DBC499

Text Example


Text Example

White with #DBC499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC499; }

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

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

background-color css

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

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

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

border-color css

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

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

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