Html Css Color HEX #DD7C4D Jaffa

📋 copy color: '#DD7C4D'

red 221 ◦ green 124 ◦ blue 77

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

Shades of Jaffa #DD7C4D

Tints of Jaffa #DD7C4D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.38%

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

R = 52.37%
G = 29.38%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD7C4D (or 0xDD7C4D) is known color: Jaffa. HEX triplet: DD, 7C and 4D. RGB value is (221,124,77). Sum of RGB (Red+Green+Blue) = 221+124+77=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C4D is #2283B2. Grayscale: #939393. Windows color (decimal): -2261939 or 5078237. OLE color: 5078237.

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

Color convert

RGB 221 124 77 -
CMYK 0 0.44 0.65 0.13
HSL 19.58º 0.68% 0.58% -
HSV(B) 19.58º 0.65% 0.87% -
XYZ 38.37 30.32 10.85 -
YUV 147.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 221 124 77 0 0.44 0.65 0.13 19.58 0.68 0.58
Hex DD 7C 4D 0 2C 41 D 14 44 3A
Octal 335 174 115 0 54 101 15 24 104 72
Binary 11011101 1111100 1001101 0 101100 1000001 1101 10100 1000100 111010

Color Harmonies of #DD7C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C4D

Black with #DD7C4D

Text Example


Text Example

White with #DD7C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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