Html Css Color HEX #DA724C Jaffa

📋 copy color: '#DA724C'

red 218 ◦ green 114 ◦ blue 76

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

Shades of Jaffa #DA724C

Tints of Jaffa #DA724C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 53.43%
G = 27.94%
B = 18.63%

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

#DA724C (or 0xDA724C) is known color: Jaffa. HEX triplet: DA, 72 and 4C. RGB value is (218,114,76). Sum of RGB (Red+Green+Blue) = 218+114+76=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA724C is #258DB3. Grayscale: #8D8D8D. Windows color (decimal): -2461108 or 5010138. OLE color: 5010138.

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

Color convert

RGB 218 114 76 -
CMYK 0 0.48 0.65 0.15
HSL 16.06º 0.66% 0.58% -
HSV(B) 16.06º 0.65% 0.85% -
XYZ 36.24 27.46 10.23 -
YUV 140.76 91.46 183.09 -
System Red Green Blue C M Y K H S L
Decimal 218 114 76 0 0.48 0.65 0.15 16.06 0.66 0.58
Hex DA 72 4C 0 30 41 F 10 42 3A
Octal 332 162 114 0 60 101 17 20 102 72
Binary 11011010 1110010 1001100 0 110000 1000001 1111 10000 1000010 111010

Color Harmonies of #DA724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA724C

Black with #DA724C

Text Example


Text Example

White with #DA724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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