Html Css Color HEX #DD753F Jaffa

📋 copy color: '#DD753F'

red 221 ◦ green 117 ◦ blue 63

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

Shades of Jaffa #DD753F

Tints of Jaffa #DD753F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.18%

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

R = 55.11%
G = 29.18%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD753F (or 0xDD753F) is known color: Jaffa. HEX triplet: DD, 75 and 3F. RGB value is (221,117,63). Sum of RGB (Red+Green+Blue) = 221+117+63=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 117 (46.09% from 255 or 29.18% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD753F is #228AC0. Grayscale: #8E8E8E. Windows color (decimal): -2263745 or 4158941. OLE color: 4158941.

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

Color convert

RGB 221 117 63 -
CMYK 0 0.47 0.71 0.13
HSL 20.51º 0.7% 0.56% -
HSV(B) 20.51º 0.71% 0.87% -
XYZ 37.08 28.45 8.24 -
YUV 141.94 83.46 184.39 -
System Red Green Blue C M Y K H S L
Decimal 221 117 63 0 0.47 0.71 0.13 20.51 0.7 0.56
Hex DD 75 3F 0 2F 47 D 15 46 38
Octal 335 165 77 0 57 107 15 25 106 70
Binary 11011101 1110101 111111 0 101111 1000111 1101 10101 1000110 111000

Color Harmonies of #DD753F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD753F

Black with #DD753F

Text Example


Text Example

White with #DD753F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD753F; }

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

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

background-color css

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

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

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

border-color css

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

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

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