Html Css Color HEX #DBC298 Raffia

📋 copy color: '#DBC298'

red 219 ◦ green 194 ◦ blue 152

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

Shades of Raffia #DBC298

Tints of Raffia #DBC298

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 38.76%
G = 34.34%
B = 26.9%

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

#DBC298 (or 0xDBC298) is known color: Raffia. HEX triplet: DB, C2 and 98. RGB value is (219,194,152). Sum of RGB (Red+Green+Blue) = 219+194+152=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC298 is #243D67. Grayscale: #C4C4C4. Windows color (decimal): -2375016 or 10011355. OLE color: 10011355.

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

Color convert

RGB 219 194 152 -
CMYK 0 0.11 0.31 0.14
HSL 37.61º 0.48% 0.73% -
HSV(B) 37.61º 0.31% 0.86% -
XYZ 54.17 55.91 37.64 -
YUV 196.69 102.78 143.92 -
System Red Green Blue C M Y K H S L
Decimal 219 194 152 0 0.11 0.31 0.14 37.61 0.48 0.73
Hex DB C2 98 0 B 1F E 26 30 49
Octal 333 302 230 0 13 37 16 46 60 111
Binary 11011011 11000010 10011000 0 1011 11111 1110 100110 110000 1001001

Color Harmonies of #DBC298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC298

Black with #DBC298

Text Example


Text Example

White with #DBC298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC298; }

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

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

background-color css

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

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

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

border-color css

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

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

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