Html Css Color HEX #DF773E Jaffa

📋 copy color: '#DF773E'

red 223 ◦ green 119 ◦ blue 62

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

Shades of Jaffa #DF773E

Tints of Jaffa #DF773E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.35%

R = 55.2%
G = 29.46%
B = 15.35%

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

#DF773E (or 0xDF773E) is known color: Jaffa. HEX triplet: DF, 77 and 3E. RGB value is (223,119,62). Sum of RGB (Red+Green+Blue) = 223+119+62=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773E is #2088C1. Grayscale: #8F8F8F. Windows color (decimal): -2132162 or 4093919. OLE color: 4093919.

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

Color convert

RGB 223 119 62 -
CMYK 0 0.47 0.72 0.13
HSL 21.24º 0.72% 0.56% -
HSV(B) 21.24º 0.72% 0.87% -
XYZ 37.9 29.23 8.2 -
YUV 143.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 223 119 62 0 0.47 0.72 0.13 21.24 0.72 0.56
Hex DF 77 3E 0 2F 48 D 15 48 38
Octal 337 167 76 0 57 110 15 25 110 70
Binary 11011111 1110111 111110 0 101111 1001000 1101 10101 1001000 111000

Color Harmonies of #DF773E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF773E

Black with #DF773E

Text Example


Text Example

White with #DF773E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF773E; }

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

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

background-color css

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

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

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

border-color css

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

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

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