Html Css Color HEX #DBC492 Raffia

📋 copy color: '#DBC492'

red 219 ◦ green 196 ◦ blue 146

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

Shades of Raffia #DBC492

Tints of Raffia #DBC492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.02%

R = 39.04%
G = 34.94%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DBC492 (or 0xDBC492) is known color: Raffia. HEX triplet: DB, C4 and 92. RGB value is (219,196,146). Sum of RGB (Red+Green+Blue) = 219+196+146=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC492 is #243B6D. Grayscale: #C5C5C5. Windows color (decimal): -2374510 or 9618651. OLE color: 9618651.

HSL color Cylindrical-coordinate representation of color #DBC492: hue angle of 41.1º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBC492 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 196 146 -
CMYK 0 0.11 0.33 0.14
HSL 41.1º 0.5% 0.72% -
HSV(B) 41.1º 0.33% 0.86% -
XYZ 54.14 56.62 35.27 -
YUV 197.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 219 196 146 0 0.11 0.33 0.14 41.1 0.5 0.72
Hex DB C4 92 0 B 21 E 29 32 48
Octal 333 304 222 0 13 41 16 51 62 110
Binary 11011011 11000100 10010010 0 1011 100001 1110 101001 110010 1001000

Color Harmonies of #DBC492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC492

Black with #DBC492

Text Example


Text Example

White with #DBC492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC492; }

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

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

background-color css

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

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

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

border-color css

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

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

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