Html Css Color HEX #DD743E Jaffa

📋 copy color: '#DD743E'

red 221 ◦ green 116 ◦ blue 62

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

Shades of Jaffa #DD743E

Tints of Jaffa #DD743E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

 BLUE value IS 62 (24.61% from 255) = 15.54%

R = 55.39%
G = 29.07%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD743E (or 0xDD743E) is known color: Jaffa. HEX triplet: DD, 74 and 3E. RGB value is (221,116,62). Sum of RGB (Red+Green+Blue) = 221+116+62=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 62 (24.61% from 255 or 15.54% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD743E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD743E is #228BC1. Grayscale: #8D8D8D. Windows color (decimal): -2264002 or 4093149. OLE color: 4093149.

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

Color convert

RGB 221 116 62 -
CMYK 0 0.48 0.72 0.13
HSL 20.38º 0.7% 0.55% -
HSV(B) 20.38º 0.72% 0.87% -
XYZ 36.93 28.21 8.06 -
YUV 141.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 221 116 62 0 0.48 0.72 0.13 20.38 0.7 0.55
Hex DD 74 3E 0 30 48 D 14 46 37
Octal 335 164 76 0 60 110 15 24 106 67
Binary 11011101 1110100 111110 0 110000 1001000 1101 10100 1000110 110111

Color Harmonies of #DD743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD743E

Black with #DD743E

Text Example


Text Example

White with #DD743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD743E; }

 p { color: rgb(221,116,62); }

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

background-color css

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

 a { background-color: rgb(221,116,62); }

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

border-color css

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

 span { border-color: rgb(221,116,62); }

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