Html Css Color HEX #DA724E Jaffa

📋 copy color: '#DA724E'

red 218 ◦ green 114 ◦ blue 78

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

Shades of Jaffa #DA724E

Tints of Jaffa #DA724E

RGB

 RED value IS 218 (85.55% from 255) = 53.17%

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

 BLUE value IS 78 (30.86% from 255) = 19.02%

R = 53.17%
G = 27.8%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA724E (or 0xDA724E) is known color: Jaffa. HEX triplet: DA, 72 and 4E. RGB value is (218,114,78). Sum of RGB (Red+Green+Blue) = 218+114+78=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 78 (30.86% from 255 or 19.02% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA724E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA724E is #258DB1. Grayscale: #8D8D8D. Windows color (decimal): -2461106 or 5141210. OLE color: 5141210.

HSL color Cylindrical-coordinate representation of color #DA724E: hue angle of 15.43º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA724E is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 114 78 -
CMYK 0 0.48 0.64 0.15
HSL 15.43º 0.65% 0.58% -
HSV(B) 15.43º 0.64% 0.85% -
XYZ 36.31 27.49 10.6 -
YUV 140.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 218 114 78 0 0.48 0.64 0.15 15.43 0.65 0.58
Hex DA 72 4E 0 30 40 F F 41 3A
Octal 332 162 116 0 60 100 17 17 101 72
Binary 11011010 1110010 1001110 0 110000 1000000 1111 1111 1000001 111010

Color Harmonies of #DA724E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA724E

Black with #DA724E

Text Example


Text Example

White with #DA724E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA724E; }

 p { color: rgb(218,114,78); }

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

background-color css

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

 a { background-color: rgb(218,114,78); }

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

border-color css

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

 span { border-color: rgb(218,114,78); }

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