Html Css Color HEX #DB7545 Jaffa

📋 copy color: '#DB7545'

red 219 ◦ green 117 ◦ blue 69

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

Shades of Jaffa #DB7545

Tints of Jaffa #DB7545

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.89%

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

R = 54.07%
G = 28.89%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DB7545 (or 0xDB7545) is known color: Jaffa. HEX triplet: DB, 75 and 45. RGB value is (219,117,69). Sum of RGB (Red+Green+Blue) = 219+117+69=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7545 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7545 is #248ABA. Grayscale: #8E8E8E. Windows color (decimal): -2394811 or 4552155. OLE color: 4552155.

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

Color convert

RGB 219 117 69 -
CMYK 0 0.47 0.68 0.14
HSL 19.2º 0.68% 0.56% -
HSV(B) 19.2º 0.68% 0.86% -
XYZ 36.65 28.21 9.14 -
YUV 142.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 219 117 69 0 0.47 0.68 0.14 19.2 0.68 0.56
Hex DB 75 45 0 2F 44 E 13 44 38
Octal 333 165 105 0 57 104 16 23 104 70
Binary 11011011 1110101 1000101 0 101111 1000100 1110 10011 1000100 111000

Color Harmonies of #DB7545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7545

Black with #DB7545

Text Example


Text Example

White with #DB7545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7545; }

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

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

background-color css

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

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

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

border-color css

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

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

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