Html Css Color HEX #DF8155 Jaffa

📋 copy color: '#DF8155'

red 223 ◦ green 129 ◦ blue 85

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

Shades of Jaffa #DF8155

Tints of Jaffa #DF8155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.52%

 BLUE value IS 85 (33.59% from 255) = 19.45%

R = 51.03%
G = 29.52%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF8155 (or 0xDF8155) is known color: Jaffa. HEX triplet: DF, 81 and 55. RGB value is (223,129,85). Sum of RGB (Red+Green+Blue) = 223+129+85=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8155 is #207EAA. Grayscale: #989898. Windows color (decimal): -2129579 or 5603807. OLE color: 5603807.

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

Color convert

RGB 223 129 85 -
CMYK 0 0.42 0.62 0.13
HSL 19.13º 0.68% 0.6% -
HSV(B) 19.13º 0.62% 0.87% -
XYZ 39.92 32.04 12.68 -
YUV 152.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 223 129 85 0 0.42 0.62 0.13 19.13 0.68 0.6
Hex DF 81 55 0 2A 3E D 13 44 3C
Octal 337 201 125 0 52 76 15 23 104 74
Binary 11011111 10000001 1010101 0 101010 111110 1101 10011 1000100 111100

Color Harmonies of #DF8155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8155

Black with #DF8155

Text Example


Text Example

White with #DF8155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8155; }

 p { color: rgb(223,129,85); }

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

background-color css

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

 a { background-color: rgb(223,129,85); }

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

border-color css

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

 span { border-color: rgb(223,129,85); }

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