Html Css Color HEX #DA724D Jaffa

📋 copy color: '#DA724D'

red 218 ◦ green 114 ◦ blue 77

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

Shades of Jaffa #DA724D

Tints of Jaffa #DA724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.83%

R = 53.3%
G = 27.87%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA724D (or 0xDA724D) is known color: Jaffa. HEX triplet: DA, 72 and 4D. RGB value is (218,114,77). Sum of RGB (Red+Green+Blue) = 218+114+77=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA724D is #258DB2. Grayscale: #8D8D8D. Windows color (decimal): -2461107 or 5075674. OLE color: 5075674.

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

Color convert

RGB 218 114 77 -
CMYK 0 0.48 0.65 0.15
HSL 15.74º 0.66% 0.58% -
HSV(B) 15.74º 0.65% 0.85% -
XYZ 36.27 27.48 10.41 -
YUV 140.88 91.96 183.01 -
System Red Green Blue C M Y K H S L
Decimal 218 114 77 0 0.48 0.65 0.15 15.74 0.66 0.58
Hex DA 72 4D 0 30 41 F 10 42 3A
Octal 332 162 115 0 60 101 17 20 102 72
Binary 11011010 1110010 1001101 0 110000 1000001 1111 10000 1000010 111010

Color Harmonies of #DA724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA724D

Black with #DA724D

Text Example


Text Example

White with #DA724D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA724D; }

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

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

background-color css

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

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

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

border-color css

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

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

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