Html Css Color HEX #DBC292 Raffia

📋 copy color: '#DBC292'

red 219 ◦ green 194 ◦ blue 146

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

Shades of Raffia #DBC292

Tints of Raffia #DBC292

RGB

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

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

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

R = 39.18%
G = 34.7%
B = 26.12%

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

#DBC292 (or 0xDBC292) is known color: Raffia. HEX triplet: DB, C2 and 92. RGB value is (219,194,146). Sum of RGB (Red+Green+Blue) = 219+194+146=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC292 is #243D6D. Grayscale: #C4C4C4. Windows color (decimal): -2375022 or 9618139. OLE color: 9618139.

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

Color convert

RGB 219 194 146 -
CMYK 0 0.11 0.33 0.14
HSL 39.45º 0.5% 0.72% -
HSV(B) 39.45º 0.33% 0.86% -
XYZ 53.69 55.72 35.12 -
YUV 196 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 219 194 146 0 0.11 0.33 0.14 39.45 0.5 0.72
Hex DB C2 92 0 B 21 E 27 32 48
Octal 333 302 222 0 13 41 16 47 62 110
Binary 11011011 11000010 10010010 0 1011 100001 1110 100111 110010 1001000

Color Harmonies of #DBC292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC292

Black with #DBC292

Text Example


Text Example

White with #DBC292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC292; }

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

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

background-color css

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

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

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

border-color css

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

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

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