Html Css Color HEX #DF834B Jaffa

📋 copy color: '#DF834B'

red 223 ◦ green 131 ◦ blue 75

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

Shades of Jaffa #DF834B

Tints of Jaffa #DF834B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 51.98%
G = 30.54%
B = 17.48%

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

#DF834B (or 0xDF834B) is known color: Jaffa. HEX triplet: DF, 83 and 4B. RGB value is (223,131,75). Sum of RGB (Red+Green+Blue) = 223+131+75=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF834B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF834B is #207CB4. Grayscale: #989898. Windows color (decimal): -2129077 or 4948959. OLE color: 4948959.

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

Color convert

RGB 223 131 75 -
CMYK 0 0.41 0.66 0.13
HSL 22.7º 0.7% 0.58% -
HSV(B) 22.7º 0.66% 0.87% -
XYZ 39.82 32.43 10.82 -
YUV 152.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 223 131 75 0 0.41 0.66 0.13 22.7 0.7 0.58
Hex DF 83 4B 0 29 42 D 17 46 3A
Octal 337 203 113 0 51 102 15 27 106 72
Binary 11011111 10000011 1001011 0 101001 1000010 1101 10111 1000110 111010

Color Harmonies of #DF834B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF834B

Black with #DF834B

Text Example


Text Example

White with #DF834B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF834B; }

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

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

background-color css

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

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

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

border-color css

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

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

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