Html Css Color HEX #DD834F Jaffa

📋 copy color: '#DD834F'

red 221 ◦ green 131 ◦ blue 79

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

Shades of Jaffa #DD834F

Tints of Jaffa #DD834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.33%

R = 51.28%
G = 30.39%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD834F (or 0xDD834F) is known color: Jaffa. HEX triplet: DD, 83 and 4F. RGB value is (221,131,79). Sum of RGB (Red+Green+Blue) = 221+131+79=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 79 (31.25% from 255 or 18.33% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD834F is #227CB0. Grayscale: #989898. Windows color (decimal): -2260145 or 5211101. OLE color: 5211101.

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

Color convert

RGB 221 131 79 -
CMYK 0 0.41 0.64 0.13
HSL 21.97º 0.68% 0.59% -
HSV(B) 21.97º 0.64% 0.87% -
XYZ 39.35 32.17 11.53 -
YUV 151.98 86.82 177.23 -
System Red Green Blue C M Y K H S L
Decimal 221 131 79 0 0.41 0.64 0.13 21.97 0.68 0.59
Hex DD 83 4F 0 29 40 D 16 44 3B
Octal 335 203 117 0 51 100 15 26 104 73
Binary 11011101 10000011 1001111 0 101001 1000000 1101 10110 1000100 111011

Color Harmonies of #DD834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD834F

Black with #DD834F

Text Example


Text Example

White with #DD834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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