Html Css Color HEX #DD743F Jaffa

📋 copy color: '#DD743F'

red 221 ◦ green 116 ◦ blue 63

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

Shades of Jaffa #DD743F

Tints of Jaffa #DD743F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.75%

R = 55.25%
G = 29%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD743F (or 0xDD743F) is known color: Jaffa. HEX triplet: DD, 74 and 3F. RGB value is (221,116,63). Sum of RGB (Red+Green+Blue) = 221+116+63=400 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 221 - color contains mainly: red. Hex color #DD743F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD743F is #228BC0. Grayscale: #8D8D8D. Windows color (decimal): -2264001 or 4158685. OLE color: 4158685.

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

Color convert

RGB 221 116 63 -
CMYK 0 0.48 0.71 0.13
HSL 20.13º 0.7% 0.56% -
HSV(B) 20.13º 0.71% 0.87% -
XYZ 36.96 28.22 8.2 -
YUV 141.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 221 116 63 0 0.48 0.71 0.13 20.13 0.7 0.56
Hex DD 74 3F 0 30 47 D 14 46 38
Octal 335 164 77 0 60 107 15 24 106 70
Binary 11011101 1110100 111111 0 110000 1000111 1101 10100 1000110 111000

Color Harmonies of #DD743F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD743F

Black with #DD743F

Text Example


Text Example

White with #DD743F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD743F; }

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

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

background-color css

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

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

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

border-color css

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

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

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