Html Css Color HEX #DF8251 Jaffa

📋 copy color: '#DF8251'

red 223 ◦ green 130 ◦ blue 81

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

Shades of Jaffa #DF8251

Tints of Jaffa #DF8251

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 51.38%
G = 29.95%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF8251 (or 0xDF8251) is known color: Jaffa. HEX triplet: DF, 82 and 51. RGB value is (223,130,81). Sum of RGB (Red+Green+Blue) = 223+130+81=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8251 is #207DAE. Grayscale: #989898. Windows color (decimal): -2129327 or 5341919. OLE color: 5341919.

HSL color Cylindrical-coordinate representation of color #DF8251: hue angle of 20.7º 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 #DF8251 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 81 -
CMYK 0 0.42 0.64 0.13
HSL 20.7º 0.69% 0.6% -
HSV(B) 20.7º 0.64% 0.87% -
XYZ 39.9 32.25 11.91 -
YUV 152.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 223 130 81 0 0.42 0.64 0.13 20.7 0.69 0.6
Hex DF 82 51 0 2A 40 D 15 45 3C
Octal 337 202 121 0 52 100 15 25 105 74
Binary 11011111 10000010 1010001 0 101010 1000000 1101 10101 1000101 111100

Color Harmonies of #DF8251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8251

Black with #DF8251

Text Example


Text Example

White with #DF8251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8251; }

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

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

background-color css

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

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

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

border-color css

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

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

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