Html Css Color HEX #DD834E Jaffa

📋 copy color: '#DD834E'

red 221 ◦ green 131 ◦ blue 78

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

Shades of Jaffa #DD834E

Tints of Jaffa #DD834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.14%

R = 51.4%
G = 30.47%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD834E (or 0xDD834E) is known color: Jaffa. HEX triplet: DD, 83 and 4E. RGB value is (221,131,78). Sum of RGB (Red+Green+Blue) = 221+131+78=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD834E is #227CB1. Grayscale: #989898. Windows color (decimal): -2260146 or 5145565. OLE color: 5145565.

HSL color Cylindrical-coordinate representation of color #DD834E: hue angle of 22.24º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD834E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 78 -
CMYK 0 0.41 0.65 0.13
HSL 22.24º 0.68% 0.59% -
HSV(B) 22.24º 0.65% 0.87% -
XYZ 39.31 32.15 11.34 -
YUV 151.87 86.32 177.31 -
System Red Green Blue C M Y K H S L
Decimal 221 131 78 0 0.41 0.65 0.13 22.24 0.68 0.59
Hex DD 83 4E 0 29 41 D 16 44 3B
Octal 335 203 116 0 51 101 15 26 104 73
Binary 11011101 10000011 1001110 0 101001 1000001 1101 10110 1000100 111011

Color Harmonies of #DD834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD834E

Black with #DD834E

Text Example


Text Example

White with #DD834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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