Html Css Color HEX #DD824D Jaffa

📋 copy color: '#DD824D'

red 221 ◦ green 130 ◦ blue 77

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

Shades of Jaffa #DD824D

Tints of Jaffa #DD824D

RGB

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

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

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

R = 51.64%
G = 30.37%
B = 17.99%

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

#DD824D (or 0xDD824D) is known color: Jaffa. HEX triplet: DD, 82 and 4D. RGB value is (221,130,77). Sum of RGB (Red+Green+Blue) = 221+130+77=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 130 (51.17% from 255 or 30.37% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD824D is #227DB2. Grayscale: #979797. Windows color (decimal): -2260403 or 5079773. OLE color: 5079773.

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

Color convert

RGB 221 130 77 -
CMYK 0 0.41 0.65 0.13
HSL 22.08º 0.68% 0.58% -
HSV(B) 22.08º 0.65% 0.87% -
XYZ 39.14 31.87 11.11 -
YUV 151.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 221 130 77 0 0.41 0.65 0.13 22.08 0.68 0.58
Hex DD 82 4D 0 29 41 D 16 44 3A
Octal 335 202 115 0 51 101 15 26 104 72
Binary 11011101 10000010 1001101 0 101001 1000001 1101 10110 1000100 111010

Color Harmonies of #DD824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD824D

Black with #DD824D

Text Example


Text Example

White with #DD824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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