Html Css Color HEX #DD7C4E Jaffa

📋 copy color: '#DD7C4E'

red 221 ◦ green 124 ◦ blue 78

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

Shades of Jaffa #DD7C4E

Tints of Jaffa #DD7C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.44%

R = 52.25%
G = 29.31%
B = 18.44%

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

#DD7C4E (or 0xDD7C4E) is known color: Jaffa. HEX triplet: DD, 7C and 4E. RGB value is (221,124,78). Sum of RGB (Red+Green+Blue) = 221+124+78=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C4E is #2283B1. Grayscale: #949494. Windows color (decimal): -2261938 or 5143773. OLE color: 5143773.

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

Color convert

RGB 221 124 78 -
CMYK 0 0.44 0.65 0.13
HSL 19.3º 0.68% 0.59% -
HSV(B) 19.3º 0.65% 0.87% -
XYZ 38.4 30.34 11.04 -
YUV 147.76 88.64 180.24 -
System Red Green Blue C M Y K H S L
Decimal 221 124 78 0 0.44 0.65 0.13 19.3 0.68 0.59
Hex DD 7C 4E 0 2C 41 D 13 44 3B
Octal 335 174 116 0 54 101 15 23 104 73
Binary 11011101 1111100 1001110 0 101100 1000001 1101 10011 1000100 111011

Color Harmonies of #DD7C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C4E

Black with #DD7C4E

Text Example


Text Example

White with #DD7C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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