#db763f

Color #DB763F Jaffa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaffa #DB763F

Tints of Jaffa #DB763F

Color information

#DB763F (or 0xDB763F) is unknown color: approx Jaffa. HEX triplet: DB, 76 and 3F. RGB value is (219,118,63). Sum of RGB (Red+Green+Blue) = 219+118+63=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB763F is #2489C0. Grayscale: #8E8E8E. Windows color (decimal): -2394561 or 4159195. OLE color: 4159195.

HSL color Cylindrical-coordinate representation of color #DB763F: hue angle of 21.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB763F is Cyan = 0, Magento = 0.46, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21911863-
CMYK00.460.710.14
HSL21.15º68.42%55.29%-
HSV(B)21.15º71.23%85.88%-
XYZ36.5928.388.25-
YUV141.9383.46182.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 54.75%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 63 (25% from 255) = 15.75%
R=54.75%
G=29.5%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191186300.460.710.1421.1568.4255.29
HexDB763F02E47E154437
Octal33316677056107162510467
Binary110110111110110111111010111010001111110101011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db763f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db763f; }

 p { color: rgb(219,118,63); }

 H1.HeaderClassName
 {
   color: #db763f;
 }
 .AnyTagClassName
 {
   color: #db763f;
 }
</style>
background-color css

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

 a { background-color: rgb(219,118,63); }

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

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

 span { border-color: rgb(219,118,63); }

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