Html Css Color HEX #DF834F Jaffa

📋 copy color: '#DF834F'

red 223 ◦ green 131 ◦ blue 79

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

Shades of Jaffa #DF834F

Tints of Jaffa #DF834F

RGB

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

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

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

R = 51.5%
G = 30.25%
B = 18.24%

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

#DF834F (or 0xDF834F) is known color: Jaffa. HEX triplet: DF, 83 and 4F. RGB value is (223,131,79). Sum of RGB (Red+Green+Blue) = 223+131+79=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF834F is #207CB0. Grayscale: #989898. Windows color (decimal): -2129073 or 5211103. OLE color: 5211103.

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

Color convert

RGB 223 131 79 -
CMYK 0 0.41 0.65 0.13
HSL 21.67º 0.69% 0.59% -
HSV(B) 21.67º 0.65% 0.87% -
XYZ 39.96 32.49 11.56 -
YUV 152.58 86.48 178.23 -
System Red Green Blue C M Y K H S L
Decimal 223 131 79 0 0.41 0.65 0.13 21.67 0.69 0.59
Hex DF 83 4F 0 29 41 D 16 45 3B
Octal 337 203 117 0 51 101 15 26 105 73
Binary 11011111 10000011 1001111 0 101001 1000001 1101 10110 1000101 111011

Color Harmonies of #DF834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF834F

Black with #DF834F

Text Example


Text Example

White with #DF834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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