Html Css Color HEX #DD8255 Jaffa

📋 copy color: '#DD8255'

red 221 ◦ green 130 ◦ blue 85

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

Shades of Jaffa #DD8255

Tints of Jaffa #DD8255

RGB

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

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

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

R = 50.69%
G = 29.82%
B = 19.5%

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

#DD8255 (or 0xDD8255) is known color: Jaffa. HEX triplet: DD, 82 and 55. RGB value is (221,130,85). Sum of RGB (Red+Green+Blue) = 221+130+85=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 130 (51.17% from 255 or 29.82% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8255 is #227DAA. Grayscale: #989898. Windows color (decimal): -2260395 or 5604061. OLE color: 5604061.

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

Color convert

RGB 221 130 85 -
CMYK 0 0.41 0.62 0.13
HSL 19.85º 0.67% 0.6% -
HSV(B) 19.85º 0.62% 0.87% -
XYZ 39.44 31.99 12.69 -
YUV 152.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 221 130 85 0 0.41 0.62 0.13 19.85 0.67 0.6
Hex DD 82 55 0 29 3E D 14 43 3C
Octal 335 202 125 0 51 76 15 24 103 74
Binary 11011101 10000010 1010101 0 101001 111110 1101 10100 1000011 111100

Color Harmonies of #DD8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8255

Black with #DD8255

Text Example


Text Example

White with #DD8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8255; }

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

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

background-color css

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

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

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

border-color css

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

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

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