Html Css Color HEX #DD724A Jaffa

📋 copy color: '#DD724A'

red 221 ◦ green 114 ◦ blue 74

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

Shades of Jaffa #DD724A

Tints of Jaffa #DD724A

RGB

 RED value IS 221 (86.72% from 255) = 54.03%

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

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

R = 54.03%
G = 27.87%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD724A (or 0xDD724A) is known color: Jaffa. HEX triplet: DD, 72 and 4A. RGB value is (221,114,74). Sum of RGB (Red+Green+Blue) = 221+114+74=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD724A is #228DB5. Grayscale: #8D8D8D. Windows color (decimal): -2264502 or 4879069. OLE color: 4879069.

HSL color Cylindrical-coordinate representation of color #DD724A: hue angle of 16.33º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD724A is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 114 74 -
CMYK 0 0.48 0.67 0.13
HSL 16.33º 0.68% 0.58% -
HSV(B) 16.33º 0.67% 0.87% -
XYZ 37.07 27.9 9.91 -
YUV 141.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 221 114 74 0 0.48 0.67 0.13 16.33 0.68 0.58
Hex DD 72 4A 0 30 43 D 10 44 3A
Octal 335 162 112 0 60 103 15 20 104 72
Binary 11011101 1110010 1001010 0 110000 1000011 1101 10000 1000100 111010

Color Harmonies of #DD724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD724A

Black with #DD724A

Text Example


Text Example

White with #DD724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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