Html Css Color HEX #DB7546 Jaffa

📋 copy color: '#DB7546'

red 219 ◦ green 117 ◦ blue 70

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

Shades of Jaffa #DB7546

Tints of Jaffa #DB7546

RGB

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

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

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

R = 53.94%
G = 28.82%
B = 17.24%

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

#DB7546 (or 0xDB7546) is known color: Jaffa. HEX triplet: DB, 75 and 46. RGB value is (219,117,70). Sum of RGB (Red+Green+Blue) = 219+117+70=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 70 (27.73% from 255 or 17.24% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7546 is #248AB9. Grayscale: #8E8E8E. Windows color (decimal): -2394810 or 4617691. OLE color: 4617691.

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

Color convert

RGB 219 117 70 -
CMYK 0 0.47 0.68 0.14
HSL 18.93º 0.67% 0.57% -
HSV(B) 18.93º 0.68% 0.86% -
XYZ 36.68 28.22 9.31 -
YUV 142.14 87.29 182.82 -
System Red Green Blue C M Y K H S L
Decimal 219 117 70 0 0.47 0.68 0.14 18.93 0.67 0.57
Hex DB 75 46 0 2F 44 E 13 43 39
Octal 333 165 106 0 57 104 16 23 103 71
Binary 11011011 1110101 1000110 0 101111 1000100 1110 10011 1000011 111001

Color Harmonies of #DB7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7546

Black with #DB7546

Text Example


Text Example

White with #DB7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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