Html Css Color HEX #DF834C Jaffa

📋 copy color: '#DF834C'

red 223 ◦ green 131 ◦ blue 76

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

Shades of Jaffa #DF834C

Tints of Jaffa #DF834C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.67%

R = 51.86%
G = 30.47%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF834C (or 0xDF834C) is known color: Jaffa. HEX triplet: DF, 83 and 4C. RGB value is (223,131,76). Sum of RGB (Red+Green+Blue) = 223+131+76=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DF834C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF834C is #207CB3. Grayscale: #989898. Windows color (decimal): -2129076 or 5014495. OLE color: 5014495.

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

Color convert

RGB 223 131 76 -
CMYK 0 0.41 0.66 0.13
HSL 22.45º 0.7% 0.59% -
HSV(B) 22.45º 0.66% 0.87% -
XYZ 39.85 32.44 11 -
YUV 152.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 223 131 76 0 0.41 0.66 0.13 22.45 0.7 0.59
Hex DF 83 4C 0 29 42 D 16 46 3B
Octal 337 203 114 0 51 102 15 26 106 73
Binary 11011111 10000011 1001100 0 101001 1000010 1101 10110 1000110 111011

Color Harmonies of #DF834C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF834C

Black with #DF834C

Text Example


Text Example

White with #DF834C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF834C; }

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

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

background-color css

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

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

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

border-color css

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

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

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