Html Css Color HEX #DD754D Jaffa

📋 copy color: '#DD754D'

red 221 ◦ green 117 ◦ blue 77

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

Shades of Jaffa #DD754D

Tints of Jaffa #DD754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 53.25%
G = 28.19%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD754D (or 0xDD754D) is known color: Jaffa. HEX triplet: DD, 75 and 4D. RGB value is (221,117,77). Sum of RGB (Red+Green+Blue) = 221+117+77=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD754D is #228AB2. Grayscale: #8F8F8F. Windows color (decimal): -2263731 or 5076445. OLE color: 5076445.

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

Color convert

RGB 221 117 77 -
CMYK 0 0.47 0.65 0.13
HSL 16.67º 0.68% 0.58% -
HSV(B) 16.67º 0.65% 0.87% -
XYZ 37.52 28.63 10.57 -
YUV 143.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 221 117 77 0 0.47 0.65 0.13 16.67 0.68 0.58
Hex DD 75 4D 0 2F 41 D 11 44 3A
Octal 335 165 115 0 57 101 15 21 104 72
Binary 11011101 1110101 1001101 0 101111 1000001 1101 10001 1000100 111010

Color Harmonies of #DD754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD754D

Black with #DD754D

Text Example


Text Example

White with #DD754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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