Html Css Color HEX #DB6F44 Jaffa

📋 copy color: '#DB6F44'

red 219 ◦ green 111 ◦ blue 68

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

Shades of Jaffa #DB6F44

Tints of Jaffa #DB6F44

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.89%

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 55.03%
G = 27.89%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB6F44 (or 0xDB6F44) is known color: Jaffa. HEX triplet: DB, 6F and 44. RGB value is (219,111,68). Sum of RGB (Red+Green+Blue) = 219+111+68=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F44 is #2490BB. Grayscale: #8A8A8A. Windows color (decimal): -2396348 or 4485083. OLE color: 4485083.

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

Color convert

RGB 219 111 68 -
CMYK 0 0.49 0.69 0.14
HSL 17.09º 0.68% 0.56% -
HSV(B) 17.09º 0.69% 0.86% -
XYZ 35.94 26.85 8.76 -
YUV 138.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 219 111 68 0 0.49 0.69 0.14 17.09 0.68 0.56
Hex DB 6F 44 0 31 45 E 11 44 38
Octal 333 157 104 0 61 105 16 21 104 70
Binary 11011011 1101111 1000100 0 110001 1000101 1110 10001 1000100 111000

Color Harmonies of #DB6F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F44

Black with #DB6F44

Text Example


Text Example

White with #DB6F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F44; }

 p { color: rgb(219,111,68); }

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

background-color css

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

 a { background-color: rgb(219,111,68); }

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

border-color css

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

 span { border-color: rgb(219,111,68); }

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