Html Css Color HEX #DB6F48 Jaffa

📋 copy color: '#DB6F48'

red 219 ◦ green 111 ◦ blue 72

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

Shades of Jaffa #DB6F48

Tints of Jaffa #DB6F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.91%

R = 54.48%
G = 27.61%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DB6F48 (or 0xDB6F48) is known color: Jaffa. HEX triplet: DB, 6F and 48. RGB value is (219,111,72). Sum of RGB (Red+Green+Blue) = 219+111+72=402 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.48% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6F48 is #2490B7. Grayscale: #8B8B8B. Windows color (decimal): -2396344 or 4747227. OLE color: 4747227.

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

Color convert

RGB 219 111 72 -
CMYK 0 0.49 0.67 0.14
HSL 15.92º 0.67% 0.57% -
HSV(B) 15.92º 0.67% 0.86% -
XYZ 36.07 26.9 9.42 -
YUV 138.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 219 111 72 0 0.49 0.67 0.14 15.92 0.67 0.57
Hex DB 6F 48 0 31 43 E 10 43 39
Octal 333 157 110 0 61 103 16 20 103 71
Binary 11011011 1101111 1001000 0 110001 1000011 1110 10000 1000011 111001

Color Harmonies of #DB6F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F48

Black with #DB6F48

Text Example


Text Example

White with #DB6F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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