Html Css Color HEX #DF834D Jaffa

📋 copy color: '#DF834D'

red 223 ◦ green 131 ◦ blue 77

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

Shades of Jaffa #DF834D

Tints of Jaffa #DF834D

RGB

 RED value IS 223 (87.5% from 255) = 51.74%

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

 BLUE value IS 77 (30.47% from 255) = 17.87%

R = 51.74%
G = 30.39%
B = 17.87%

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

#DF834D (or 0xDF834D) is known color: Jaffa. HEX triplet: DF, 83 and 4D. RGB value is (223,131,77). Sum of RGB (Red+Green+Blue) = 223+131+77=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DF834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF834D is #207CB2. Grayscale: #989898. Windows color (decimal): -2129075 or 5080031. OLE color: 5080031.

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

Color convert

RGB 223 131 77 -
CMYK 0 0.41 0.65 0.13
HSL 22.19º 0.7% 0.59% -
HSV(B) 22.19º 0.65% 0.87% -
XYZ 39.89 32.46 11.18 -
YUV 152.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 223 131 77 0 0.41 0.65 0.13 22.19 0.7 0.59
Hex DF 83 4D 0 29 41 D 16 46 3B
Octal 337 203 115 0 51 101 15 26 106 73
Binary 11011111 10000011 1001101 0 101001 1000001 1101 10110 1000110 111011

Color Harmonies of #DF834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF834D

Black with #DF834D

Text Example


Text Example

White with #DF834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF834D; }

 p { color: rgb(223,131,77); }

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

background-color css

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

 a { background-color: rgb(223,131,77); }

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

border-color css

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

 span { border-color: rgb(223,131,77); }

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