Html Css Color HEX #DD8053 Jaffa

📋 copy color: '#DD8053'

red 221 ◦ green 128 ◦ blue 83

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

Shades of Jaffa #DD8053

Tints of Jaffa #DD8053

RGB

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

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

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

R = 51.16%
G = 29.63%
B = 19.21%

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

#DD8053 (or 0xDD8053) is known color: Jaffa. HEX triplet: DD, 80 and 53. RGB value is (221,128,83). Sum of RGB (Red+Green+Blue) = 221+128+83=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8053 is #227FAC. Grayscale: #969696. Windows color (decimal): -2260909 or 5472477. OLE color: 5472477.

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

Color convert

RGB 221 128 83 -
CMYK 0 0.42 0.62 0.13
HSL 19.57º 0.67% 0.6% -
HSV(B) 19.57º 0.62% 0.87% -
XYZ 39.1 31.44 12.19 -
YUV 150.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 221 128 83 0 0.42 0.62 0.13 19.57 0.67 0.6
Hex DD 80 53 0 2A 3E D 14 43 3C
Octal 335 200 123 0 52 76 15 24 103 74
Binary 11011101 10000000 1010011 0 101010 111110 1101 10100 1000011 111100

Color Harmonies of #DD8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8053

Black with #DD8053

Text Example


Text Example

White with #DD8053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8053; }

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

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

background-color css

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

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

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

border-color css

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

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

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