Html Css Color HEX #DF763B Jaffa

📋 copy color: '#DF763B'

red 223 ◦ green 118 ◦ blue 59

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

Shades of Jaffa #DF763B

Tints of Jaffa #DF763B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 55.75%
G = 29.5%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF763B (or 0xDF763B) is known color: Jaffa. HEX triplet: DF, 76 and 3B. RGB value is (223,118,59). Sum of RGB (Red+Green+Blue) = 223+118+59=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF763B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF763B is #2089C4. Grayscale: #8F8F8F. Windows color (decimal): -2132421 or 3897055. OLE color: 3897055.

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

Color convert

RGB 223 118 59 -
CMYK 0 0.47 0.74 0.13
HSL 21.59º 0.72% 0.55% -
HSV(B) 21.59º 0.74% 0.87% -
XYZ 37.7 28.96 7.74 -
YUV 142.67 80.79 185.3 -
System Red Green Blue C M Y K H S L
Decimal 223 118 59 0 0.47 0.74 0.13 21.59 0.72 0.55
Hex DF 76 3B 0 2F 4A D 16 48 37
Octal 337 166 73 0 57 112 15 26 110 67
Binary 11011111 1110110 111011 0 101111 1001010 1101 10110 1001000 110111

Color Harmonies of #DF763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF763B

Black with #DF763B

Text Example


Text Example

White with #DF763B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF763B; }

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

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

background-color css

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

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

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

border-color css

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

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

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