Html Css Color HEX #DB7C45 Jaffa

📋 copy color: '#DB7C45'

red 219 ◦ green 124 ◦ blue 69

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

Shades of Jaffa #DB7C45

Tints of Jaffa #DB7C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 16.75%

R = 53.16%
G = 30.1%
B = 16.75%

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

#DB7C45 (or 0xDB7C45) is known color: Jaffa. HEX triplet: DB, 7C and 45. RGB value is (219,124,69). Sum of RGB (Red+Green+Blue) = 219+124+69=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 69 (27.34% from 255 or 16.75% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C45 is #2483BA. Grayscale: #929292. Windows color (decimal): -2393019 or 4553947. OLE color: 4553947.

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

Color convert

RGB 219 124 69 -
CMYK 0 0.43 0.68 0.14
HSL 22º 0.68% 0.56% -
HSV(B) 22º 0.68% 0.86% -
XYZ 37.5 29.91 9.43 -
YUV 146.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 219 124 69 0 0.43 0.68 0.14 22 0.68 0.56
Hex DB 7C 45 0 2B 44 E 16 44 38
Octal 333 174 105 0 53 104 16 26 104 70
Binary 11011011 1111100 1000101 0 101011 1000100 1110 10110 1000100 111000

Color Harmonies of #DB7C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7C45

Black with #DB7C45

Text Example


Text Example

White with #DB7C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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