Html Css Color HEX #DD834A Jaffa

📋 copy color: '#DD834A'

red 221 ◦ green 131 ◦ blue 74

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

Shades of Jaffa #DD834A

Tints of Jaffa #DD834A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.37%

R = 51.88%
G = 30.75%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DD834A (or 0xDD834A) is known color: Jaffa. HEX triplet: DD, 83 and 4A. RGB value is (221,131,74). Sum of RGB (Red+Green+Blue) = 221+131+74=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD834A is #227CB5. Grayscale: #979797. Windows color (decimal): -2260150 or 4883421. OLE color: 4883421.

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

Color convert

RGB 221 131 74 -
CMYK 0 0.41 0.67 0.13
HSL 23.27º 0.68% 0.58% -
HSV(B) 23.27º 0.67% 0.87% -
XYZ 39.17 32.1 10.61 -
YUV 151.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 221 131 74 0 0.41 0.67 0.13 23.27 0.68 0.58
Hex DD 83 4A 0 29 43 D 17 44 3A
Octal 335 203 112 0 51 103 15 27 104 72
Binary 11011101 10000011 1001010 0 101001 1000011 1101 10111 1000100 111010

Color Harmonies of #DD834A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD834A

Black with #DD834A

Text Example


Text Example

White with #DD834A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD834A; }

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

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

background-color css

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

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

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

border-color css

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

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

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