Html Css Color HEX #DB714A Jaffa

📋 copy color: '#DB714A'

red 219 ◦ green 113 ◦ blue 74

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

Shades of Jaffa #DB714A

Tints of Jaffa #DB714A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.83%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 53.94%
G = 27.83%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB714A (or 0xDB714A) is known color: Jaffa. HEX triplet: DB, 71 and 4A. RGB value is (219,113,74). Sum of RGB (Red+Green+Blue) = 219+113+74=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB714A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB714A is #248EB5. Grayscale: #8C8C8C. Windows color (decimal): -2395830 or 4878811. OLE color: 4878811.

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

Color convert

RGB 219 113 74 -
CMYK 0 0.48 0.66 0.14
HSL 16.14º 0.67% 0.57% -
HSV(B) 16.14º 0.66% 0.86% -
XYZ 36.35 27.36 9.84 -
YUV 140.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 219 113 74 0 0.48 0.66 0.14 16.14 0.67 0.57
Hex DB 71 4A 0 30 42 E 10 43 39
Octal 333 161 112 0 60 102 16 20 103 71
Binary 11011011 1110001 1001010 0 110000 1000010 1110 10000 1000011 111001

Color Harmonies of #DB714A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB714A

Black with #DB714A

Text Example


Text Example

White with #DB714A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB714A; }

 p { color: rgb(219,113,74); }

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

background-color css

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

 a { background-color: rgb(219,113,74); }

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

border-color css

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

 span { border-color: rgb(219,113,74); }

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