Html Css Color HEX #DD8353 Jaffa

📋 copy color: '#DD8353'

red 221 ◦ green 131 ◦ blue 83

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

Shades of Jaffa #DD8353

Tints of Jaffa #DD8353

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.11%

 BLUE value IS 83 (32.81% from 255) = 19.08%

R = 50.8%
G = 30.11%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8353 (or 0xDD8353) is known color: Jaffa. HEX triplet: DD, 83 and 53. RGB value is (221,131,83). Sum of RGB (Red+Green+Blue) = 221+131+83=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8353 is #227CAC. Grayscale: #989898. Windows color (decimal): -2260141 or 5473245. OLE color: 5473245.

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

Color convert

RGB 221 131 83 -
CMYK 0 0.41 0.62 0.13
HSL 20.87º 0.67% 0.6% -
HSV(B) 20.87º 0.62% 0.87% -
XYZ 39.5 32.23 12.32 -
YUV 152.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 221 131 83 0 0.41 0.62 0.13 20.87 0.67 0.6
Hex DD 83 53 0 29 3E D 15 43 3C
Octal 335 203 123 0 51 76 15 25 103 74
Binary 11011101 10000011 1010011 0 101001 111110 1101 10101 1000011 111100

Color Harmonies of #DD8353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8353

Black with #DD8353

Text Example


Text Example

White with #DD8353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8353; }

 p { color: rgb(221,131,83); }

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

background-color css

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

 a { background-color: rgb(221,131,83); }

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

border-color css

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

 span { border-color: rgb(221,131,83); }

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