Html Css Color HEX #DD8354 Jaffa

📋 copy color: '#DD8354'

red 221 ◦ green 131 ◦ blue 84

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

Shades of Jaffa #DD8354

Tints of Jaffa #DD8354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.27%

R = 50.69%
G = 30.05%
B = 19.27%

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

#DD8354 (or 0xDD8354) is known color: Jaffa. HEX triplet: DD, 83 and 54. RGB value is (221,131,84). Sum of RGB (Red+Green+Blue) = 221+131+84=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8354 is #227CAB. Grayscale: #989898. Windows color (decimal): -2260140 or 5538781. OLE color: 5538781.

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

Color convert

RGB 221 131 84 -
CMYK 0 0.41 0.62 0.13
HSL 20.58º 0.67% 0.6% -
HSV(B) 20.58º 0.62% 0.87% -
XYZ 39.54 32.24 12.53 -
YUV 152.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 221 131 84 0 0.41 0.62 0.13 20.58 0.67 0.6
Hex DD 83 54 0 29 3E D 15 43 3C
Octal 335 203 124 0 51 76 15 25 103 74
Binary 11011101 10000011 1010100 0 101001 111110 1101 10101 1000011 111100

Color Harmonies of #DD8354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8354

Black with #DD8354

Text Example


Text Example

White with #DD8354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8354; }

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

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

background-color css

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

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

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

border-color css

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

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

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