Html Css Color HEX #DF763F Jaffa

📋 copy color: '#DF763F'

red 223 ◦ green 118 ◦ blue 63

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

Shades of Jaffa #DF763F

Tints of Jaffa #DF763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.21%

 BLUE value IS 63 (25% from 255) = 15.59%

R = 55.2%
G = 29.21%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DF763F (or 0xDF763F) is known color: Jaffa. HEX triplet: DF, 76 and 3F. RGB value is (223,118,63). Sum of RGB (Red+Green+Blue) = 223+118+63=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 118 (46.48% from 255 or 29.21% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF763F is #2089C0. Grayscale: #8F8F8F. Windows color (decimal): -2132417 or 4159199. OLE color: 4159199.

HSL color Cylindrical-coordinate representation of color #DF763F: hue angle of 20.62º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF763F is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 118 63 -
CMYK 0 0.47 0.72 0.13
HSL 20.63º 0.71% 0.56% -
HSV(B) 20.63º 0.72% 0.87% -
XYZ 37.81 29 8.31 -
YUV 143.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 223 118 63 0 0.47 0.72 0.13 20.63 0.71 0.56
Hex DF 76 3F 0 2F 48 D 15 47 38
Octal 337 166 77 0 57 110 15 25 107 70
Binary 11011111 1110110 111111 0 101111 1001000 1101 10101 1000111 111000

Color Harmonies of #DF763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF763F

Black with #DF763F

Text Example


Text Example

White with #DF763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF763F; }

 p { color: rgb(223,118,63); }

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

background-color css

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

 a { background-color: rgb(223,118,63); }

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

border-color css

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

 span { border-color: rgb(223,118,63); }

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