Html Css Color HEX #DD8055 Jaffa

📋 copy color: '#DD8055'

red 221 ◦ green 128 ◦ blue 85

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

Shades of Jaffa #DD8055

Tints of Jaffa #DD8055

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.49%

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 50.92%
G = 29.49%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD8055 (or 0xDD8055) is known color: Jaffa. HEX triplet: DD, 80 and 55. RGB value is (221,128,85). Sum of RGB (Red+Green+Blue) = 221+128+85=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 128 (50.39% from 255 or 29.49% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8055 is #227FAA. Grayscale: #979797. Windows color (decimal): -2260907 or 5603549. OLE color: 5603549.

HSL color Cylindrical-coordinate representation of color #DD8055: hue angle of 18.97º 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 #DD8055 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 128 85 -
CMYK 0 0.42 0.62 0.13
HSL 18.97º 0.67% 0.6% -
HSV(B) 18.97º 0.62% 0.87% -
XYZ 39.18 31.47 12.6 -
YUV 150.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 221 128 85 0 0.42 0.62 0.13 18.97 0.67 0.6
Hex DD 80 55 0 2A 3E D 13 43 3C
Octal 335 200 125 0 52 76 15 23 103 74
Binary 11011101 10000000 1010101 0 101010 111110 1101 10011 1000011 111100

Color Harmonies of #DD8055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8055

Black with #DD8055

Text Example


Text Example

White with #DD8055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8055; }

 p { color: rgb(221,128,85); }

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

background-color css

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

 a { background-color: rgb(221,128,85); }

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

border-color css

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

 span { border-color: rgb(221,128,85); }

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