Html Css Color HEX #DD824C Jaffa

📋 copy color: '#DD824C'

red 221 ◦ green 130 ◦ blue 76

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

Shades of Jaffa #DD824C

Tints of Jaffa #DD824C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.8%

R = 51.76%
G = 30.44%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DD824C (or 0xDD824C) is known color: Jaffa. HEX triplet: DD, 82 and 4C. RGB value is (221,130,76). Sum of RGB (Red+Green+Blue) = 221+130+76=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD824C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD824C is #227DB3. Grayscale: #979797. Windows color (decimal): -2260404 or 5014237. OLE color: 5014237.

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

Color convert

RGB 221 130 76 -
CMYK 0 0.41 0.66 0.13
HSL 22.34º 0.68% 0.58% -
HSV(B) 22.34º 0.66% 0.87% -
XYZ 39.11 31.86 10.93 -
YUV 151.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 221 130 76 0 0.41 0.66 0.13 22.34 0.68 0.58
Hex DD 82 4C 0 29 42 D 16 44 3A
Octal 335 202 114 0 51 102 15 26 104 72
Binary 11011101 10000010 1001100 0 101001 1000010 1101 10110 1000100 111010

Color Harmonies of #DD824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD824C

Black with #DD824C

Text Example


Text Example

White with #DD824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD824C; }

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

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

background-color css

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

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

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

border-color css

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

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

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