Html Css Color HEX #DD824F Jaffa

📋 copy color: '#DD824F'

red 221 ◦ green 130 ◦ blue 79

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

Shades of Jaffa #DD824F

Tints of Jaffa #DD824F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 51.4%
G = 30.23%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD824F (or 0xDD824F) is known color: Jaffa. HEX triplet: DD, 82 and 4F. RGB value is (221,130,79). Sum of RGB (Red+Green+Blue) = 221+130+79=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 130 (51.17% from 255 or 30.23% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD824F is #227DB0. Grayscale: #979797. Windows color (decimal): -2260401 or 5210845. OLE color: 5210845.

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

Color convert

RGB 221 130 79 -
CMYK 0 0.41 0.64 0.13
HSL 21.55º 0.68% 0.59% -
HSV(B) 21.55º 0.64% 0.87% -
XYZ 39.21 31.9 11.49 -
YUV 151.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 221 130 79 0 0.41 0.64 0.13 21.55 0.68 0.59
Hex DD 82 4F 0 29 40 D 16 44 3B
Octal 335 202 117 0 51 100 15 26 104 73
Binary 11011101 10000010 1001111 0 101001 1000000 1101 10110 1000100 111011

Color Harmonies of #DD824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD824F

Black with #DD824F

Text Example


Text Example

White with #DD824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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