Html Css Color HEX #DB724A Jaffa

📋 copy color: '#DB724A'

red 219 ◦ green 114 ◦ blue 74

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

Shades of Jaffa #DB724A

Tints of Jaffa #DB724A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 53.81%
G = 28.01%
B = 18.18%

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

#DB724A (or 0xDB724A) is known color: Jaffa. HEX triplet: DB, 72 and 4A. RGB value is (219,114,74). Sum of RGB (Red+Green+Blue) = 219+114+74=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB724A is #248DB5. Grayscale: #8D8D8D. Windows color (decimal): -2395574 or 4879067. OLE color: 4879067.

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

Color convert

RGB 219 114 74 -
CMYK 0 0.48 0.66 0.14
HSL 16.55º 0.67% 0.57% -
HSV(B) 16.55º 0.66% 0.86% -
XYZ 36.47 27.59 9.88 -
YUV 140.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 219 114 74 0 0.48 0.66 0.14 16.55 0.67 0.57
Hex DB 72 4A 0 30 42 E 11 43 39
Octal 333 162 112 0 60 102 16 21 103 71
Binary 11011011 1110010 1001010 0 110000 1000010 1110 10001 1000011 111001

Color Harmonies of #DB724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB724A

Black with #DB724A

Text Example


Text Example

White with #DB724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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