Html Css Color HEX #DD8248 Jaffa

📋 copy color: '#DD8248'

red 221 ◦ green 130 ◦ blue 72

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

Shades of Jaffa #DD8248

Tints of Jaffa #DD8248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 52.25%
G = 30.73%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD8248 (or 0xDD8248) is known color: Jaffa. HEX triplet: DD, 82 and 48. RGB value is (221,130,72). Sum of RGB (Red+Green+Blue) = 221+130+72=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8248 is #227DB7. Grayscale: #969696. Windows color (decimal): -2260408 or 4752093. OLE color: 4752093.

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

Color convert

RGB 221 130 72 -
CMYK 0 0.41 0.67 0.13
HSL 23.36º 0.69% 0.57% -
HSV(B) 23.36º 0.67% 0.87% -
XYZ 38.97 31.81 10.22 -
YUV 150.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 221 130 72 0 0.41 0.67 0.13 23.36 0.69 0.57
Hex DD 82 48 0 29 43 D 17 45 39
Octal 335 202 110 0 51 103 15 27 105 71
Binary 11011101 10000010 1001000 0 101001 1000011 1101 10111 1000101 111001

Color Harmonies of #DD8248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8248

Black with #DD8248

Text Example


Text Example

White with #DD8248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8248; }

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

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

background-color css

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

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

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

border-color css

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

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

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