Html Css Color HEX #DD7A4E Jaffa

📋 copy color: '#DD7A4E'

red 221 ◦ green 122 ◦ blue 78

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

Shades of Jaffa #DD7A4E

Tints of Jaffa #DD7A4E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.98%

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

R = 52.49%
G = 28.98%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD7A4E (or 0xDD7A4E) is known color: Jaffa. HEX triplet: DD, 7A and 4E. RGB value is (221,122,78). Sum of RGB (Red+Green+Blue) = 221+122+78=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A4E is #2285B1. Grayscale: #929292. Windows color (decimal): -2262450 or 5143261. OLE color: 5143261.

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

Color convert

RGB 221 122 78 -
CMYK 0 0.45 0.65 0.13
HSL 18.46º 0.68% 0.59% -
HSV(B) 18.46º 0.65% 0.87% -
XYZ 38.15 29.84 10.96 -
YUV 146.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 221 122 78 0 0.45 0.65 0.13 18.46 0.68 0.59
Hex DD 7A 4E 0 2D 41 D 12 44 3B
Octal 335 172 116 0 55 101 15 22 104 73
Binary 11011101 1111010 1001110 0 101101 1000001 1101 10010 1000100 111011

Color Harmonies of #DD7A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A4E

Black with #DD7A4E

Text Example


Text Example

White with #DD7A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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