Html Css Color HEX #DF8351 Jaffa

📋 copy color: '#DF8351'

red 223 ◦ green 131 ◦ blue 81

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

Shades of Jaffa #DF8351

Tints of Jaffa #DF8351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.62%

R = 51.26%
G = 30.11%
B = 18.62%

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

#DF8351 (or 0xDF8351) is known color: Jaffa. HEX triplet: DF, 83 and 51. RGB value is (223,131,81). Sum of RGB (Red+Green+Blue) = 223+131+81=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 131 (51.56% from 255 or 30.11% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8351 is #207CAE. Grayscale: #999999. Windows color (decimal): -2129071 or 5342175. OLE color: 5342175.

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

Color convert

RGB 223 131 81 -
CMYK 0 0.41 0.64 0.13
HSL 21.13º 0.69% 0.6% -
HSV(B) 21.13º 0.64% 0.87% -
XYZ 40.03 32.51 11.95 -
YUV 152.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 223 131 81 0 0.41 0.64 0.13 21.13 0.69 0.6
Hex DF 83 51 0 29 40 D 15 45 3C
Octal 337 203 121 0 51 100 15 25 105 74
Binary 11011111 10000011 1010001 0 101001 1000000 1101 10101 1000101 111100

Color Harmonies of #DF8351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8351

Black with #DF8351

Text Example


Text Example

White with #DF8351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8351; }

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

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

background-color css

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

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

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

border-color css

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

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

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