Html Css Color HEX #DB7C46 Jaffa

📋 copy color: '#DB7C46'

red 219 ◦ green 124 ◦ blue 70

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

Shades of Jaffa #DB7C46

Tints of Jaffa #DB7C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

 BLUE value IS 70 (27.73% from 255) = 16.95%

R = 53.03%
G = 30.02%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7C46 (or 0xDB7C46) is known color: Jaffa. HEX triplet: DB, 7C and 46. RGB value is (219,124,70). Sum of RGB (Red+Green+Blue) = 219+124+70=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 70 (27.73% from 255 or 16.95% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C46 is #2483B9. Grayscale: #929292. Windows color (decimal): -2393018 or 4619483. OLE color: 4619483.

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

Color convert

RGB 219 124 70 -
CMYK 0 0.43 0.68 0.14
HSL 21.74º 0.67% 0.57% -
HSV(B) 21.74º 0.68% 0.86% -
XYZ 37.53 29.92 9.59 -
YUV 146.25 84.97 179.89 -
System Red Green Blue C M Y K H S L
Decimal 219 124 70 0 0.43 0.68 0.14 21.74 0.67 0.57
Hex DB 7C 46 0 2B 44 E 16 43 39
Octal 333 174 106 0 53 104 16 26 103 71
Binary 11011011 1111100 1000110 0 101011 1000100 1110 10110 1000011 111001

Color Harmonies of #DB7C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C46

Black with #DB7C46

Text Example


Text Example

White with #DB7C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C46; }

 p { color: rgb(219,124,70); }

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

background-color css

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

 a { background-color: rgb(219,124,70); }

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

border-color css

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

 span { border-color: rgb(219,124,70); }

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