Html Css Color HEX #DD753C Jaffa

📋 copy color: '#DD753C'

red 221 ◦ green 117 ◦ blue 60

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

Shades of Jaffa #DD753C

Tints of Jaffa #DD753C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 55.53%
G = 29.4%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD753C (or 0xDD753C) is known color: Jaffa. HEX triplet: DD, 75 and 3C. RGB value is (221,117,60). Sum of RGB (Red+Green+Blue) = 221+117+60=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD753C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD753C is #228AC3. Grayscale: #8D8D8D. Windows color (decimal): -2263748 or 3962333. OLE color: 3962333.

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

Color convert

RGB 221 117 60 -
CMYK 0 0.47 0.73 0.13
HSL 21.24º 0.7% 0.55% -
HSV(B) 21.24º 0.73% 0.87% -
XYZ 37 28.42 7.81 -
YUV 141.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 221 117 60 0 0.47 0.73 0.13 21.24 0.7 0.55
Hex DD 75 3C 0 2F 49 D 15 46 37
Octal 335 165 74 0 57 111 15 25 106 67
Binary 11011101 1110101 111100 0 101111 1001001 1101 10101 1000110 110111

Color Harmonies of #DD753C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD753C

Black with #DD753C

Text Example


Text Example

White with #DD753C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD753C; }

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

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

background-color css

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

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

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

border-color css

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

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

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