Html Css Color HEX #DD784A Jaffa

📋 copy color: '#DD784A'

red 221 ◦ green 120 ◦ blue 74

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

Shades of Jaffa #DD784A

Tints of Jaffa #DD784A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

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

R = 53.25%
G = 28.92%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD784A (or 0xDD784A) is known color: Jaffa. HEX triplet: DD, 78 and 4A. RGB value is (221,120,74). Sum of RGB (Red+Green+Blue) = 221+120+74=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD784A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD784A is #2287B5. Grayscale: #919191. Windows color (decimal): -2262966 or 4880605. OLE color: 4880605.

HSL color Cylindrical-coordinate representation of color #DD784A: hue angle of 18.78º 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 #DD784A is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 120 74 -
CMYK 0 0.46 0.67 0.13
HSL 18.78º 0.68% 0.58% -
HSV(B) 18.78º 0.67% 0.87% -
XYZ 37.77 29.3 10.14 -
YUV 144.96 87.96 182.24 -
System Red Green Blue C M Y K H S L
Decimal 221 120 74 0 0.46 0.67 0.13 18.78 0.68 0.58
Hex DD 78 4A 0 2E 43 D 13 44 3A
Octal 335 170 112 0 56 103 15 23 104 72
Binary 11011101 1111000 1001010 0 101110 1000011 1101 10011 1000100 111010

Color Harmonies of #DD784A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD784A

Black with #DD784A

Text Example


Text Example

White with #DD784A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD784A; }

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

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

background-color css

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

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

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

border-color css

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

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

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