Html Css Color HEX #DD784C Jaffa

📋 copy color: '#DD784C'

red 221 ◦ green 120 ◦ blue 76

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

Shades of Jaffa #DD784C

Tints of Jaffa #DD784C

RGB

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

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

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

R = 53%
G = 28.78%
B = 18.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD784C (or 0xDD784C) is known color: Jaffa. HEX triplet: DD, 78 and 4C. RGB value is (221,120,76). Sum of RGB (Red+Green+Blue) = 221+120+76=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD784C is #2287B3. Grayscale: #919191. Windows color (decimal): -2262964 or 5011677. OLE color: 5011677.

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

Color convert

RGB 221 120 76 -
CMYK 0 0.46 0.66 0.13
HSL 18.21º 0.68% 0.58% -
HSV(B) 18.21º 0.66% 0.87% -
XYZ 37.84 29.33 10.5 -
YUV 145.18 88.96 182.08 -
System Red Green Blue C M Y K H S L
Decimal 221 120 76 0 0.46 0.66 0.13 18.21 0.68 0.58
Hex DD 78 4C 0 2E 42 D 12 44 3A
Octal 335 170 114 0 56 102 15 22 104 72
Binary 11011101 1111000 1001100 0 101110 1000010 1101 10010 1000100 111010

Color Harmonies of #DD784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD784C

Black with #DD784C

Text Example


Text Example

White with #DD784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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