Html Css Color HEX #DB7951 Jaffa

📋 copy color: '#DB7951'

red 219 ◦ green 121 ◦ blue 81

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

Shades of Jaffa #DB7951

Tints of Jaffa #DB7951

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.74%

 BLUE value IS 81 (32.03% from 255) = 19.24%

R = 52.02%
G = 28.74%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB7951 (or 0xDB7951) is known color: Jaffa. HEX triplet: DB, 79 and 51. RGB value is (219,121,81). Sum of RGB (Red+Green+Blue) = 219+121+81=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 81 (32.03% from 255 or 19.24% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7951 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7951 is #2486AE. Grayscale: #929292. Windows color (decimal): -2393775 or 5339611. OLE color: 5339611.

HSL color Cylindrical-coordinate representation of color #DB7951: hue angle of 17.39º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB7951 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 121 81 -
CMYK 0 0.45 0.63 0.14
HSL 17.39º 0.66% 0.59% -
HSV(B) 17.39º 0.63% 0.86% -
XYZ 37.54 29.33 11.47 -
YUV 145.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 219 121 81 0 0.45 0.63 0.14 17.39 0.66 0.59
Hex DB 79 51 0 2D 3F E 11 42 3B
Octal 333 171 121 0 55 77 16 21 102 73
Binary 11011011 1111001 1010001 0 101101 111111 1110 10001 1000010 111011

Color Harmonies of #DB7951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7951

Black with #DB7951

Text Example


Text Example

White with #DB7951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7951; }

 p { color: rgb(219,121,81); }

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

background-color css

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

 a { background-color: rgb(219,121,81); }

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

border-color css

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

 span { border-color: rgb(219,121,81); }

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