Html Css Color HEX #DD824E Jaffa

📋 copy color: '#DD824E'

red 221 ◦ green 130 ◦ blue 78

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

Shades of Jaffa #DD824E

Tints of Jaffa #DD824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 51.52%
G = 30.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD824E (or 0xDD824E) is known color: Jaffa. HEX triplet: DD, 82 and 4E. RGB value is (221,130,78). Sum of RGB (Red+Green+Blue) = 221+130+78=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD824E is #227DB1. Grayscale: #979797. Windows color (decimal): -2260402 or 5145309. OLE color: 5145309.

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

Color convert

RGB 221 130 78 -
CMYK 0 0.41 0.65 0.13
HSL 21.82º 0.68% 0.59% -
HSV(B) 21.82º 0.65% 0.87% -
XYZ 39.18 31.89 11.3 -
YUV 151.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 221 130 78 0 0.41 0.65 0.13 21.82 0.68 0.59
Hex DD 82 4E 0 29 41 D 16 44 3B
Octal 335 202 116 0 51 101 15 26 104 73
Binary 11011101 10000010 1001110 0 101001 1000001 1101 10110 1000100 111011

Color Harmonies of #DD824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD824E

Black with #DD824E

Text Example


Text Example

White with #DD824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD824E; }

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

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

background-color css

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

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

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

border-color css

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

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

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