Html Css Color HEX #DD724B Jaffa

📋 copy color: '#DD724B'

red 221 ◦ green 114 ◦ blue 75

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

Shades of Jaffa #DD724B

Tints of Jaffa #DD724B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.29%

R = 53.9%
G = 27.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD724B (or 0xDD724B) is known color: Jaffa. HEX triplet: DD, 72 and 4B. RGB value is (221,114,75). Sum of RGB (Red+Green+Blue) = 221+114+75=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD724B is #228DB4. Grayscale: #8D8D8D. Windows color (decimal): -2264501 or 4944605. OLE color: 4944605.

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

Color convert

RGB 221 114 75 -
CMYK 0 0.48 0.66 0.13
HSL 16.03º 0.68% 0.58% -
HSV(B) 16.03º 0.66% 0.87% -
XYZ 37.11 27.91 10.09 -
YUV 141.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 221 114 75 0 0.48 0.66 0.13 16.03 0.68 0.58
Hex DD 72 4B 0 30 42 D 10 44 3A
Octal 335 162 113 0 60 102 15 20 104 72
Binary 11011101 1110010 1001011 0 110000 1000010 1101 10000 1000100 111010

Color Harmonies of #DD724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD724B

Black with #DD724B

Text Example


Text Example

White with #DD724B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD724B; }

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

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

background-color css

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

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

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

border-color css

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

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

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