Html Css Color HEX #DF773F Jaffa

📋 copy color: '#DF773F'

red 223 ◦ green 119 ◦ blue 63

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

Shades of Jaffa #DF773F

Tints of Jaffa #DF773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.38%

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

R = 55.06%
G = 29.38%
B = 15.56%

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

#DF773F (or 0xDF773F) is known color: Jaffa. HEX triplet: DF, 77 and 3F. RGB value is (223,119,63). Sum of RGB (Red+Green+Blue) = 223+119+63=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 119 (46.88% from 255 or 29.38% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773F is #2088C0. Grayscale: #909090. Windows color (decimal): -2132161 or 4159455. OLE color: 4159455.

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

Color convert

RGB 223 119 63 -
CMYK 0 0.47 0.72 0.13
HSL 21º 0.71% 0.56% -
HSV(B) 21º 0.72% 0.87% -
XYZ 37.93 29.24 8.35 -
YUV 143.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 223 119 63 0 0.47 0.72 0.13 21 0.71 0.56
Hex DF 77 3F 0 2F 48 D 15 47 38
Octal 337 167 77 0 57 110 15 25 107 70
Binary 11011111 1110111 111111 0 101111 1001000 1101 10101 1000111 111000

Color Harmonies of #DF773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF773F

Black with #DF773F

Text Example


Text Example

White with #DF773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF773F; }

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

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

background-color css

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

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

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

border-color css

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

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

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