Html Css Color HEX #DD8350 Jaffa

📋 copy color: '#DD8350'

red 221 ◦ green 131 ◦ blue 80

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

Shades of Jaffa #DD8350

Tints of Jaffa #DD8350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 51.16%
G = 30.32%
B = 18.52%

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

#DD8350 (or 0xDD8350) is known color: Jaffa. HEX triplet: DD, 83 and 50. RGB value is (221,131,80). Sum of RGB (Red+Green+Blue) = 221+131+80=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 131 (51.56% from 255 or 30.32% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8350 is #227CAF. Grayscale: #989898. Windows color (decimal): -2260144 or 5276637. OLE color: 5276637.

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

Color convert

RGB 221 131 80 -
CMYK 0 0.41 0.64 0.13
HSL 21.7º 0.67% 0.59% -
HSV(B) 21.7º 0.64% 0.87% -
XYZ 39.38 32.18 11.73 -
YUV 152.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 221 131 80 0 0.41 0.64 0.13 21.7 0.67 0.59
Hex DD 83 50 0 29 40 D 16 43 3B
Octal 335 203 120 0 51 100 15 26 103 73
Binary 11011101 10000011 1010000 0 101001 1000000 1101 10110 1000011 111011

Color Harmonies of #DD8350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8350

Black with #DD8350

Text Example


Text Example

White with #DD8350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8350; }

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

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

background-color css

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

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

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

border-color css

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

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

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