Html Css Color HEX #DF773D Jaffa

📋 copy color: '#DF773D'

red 223 ◦ green 119 ◦ blue 61

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

Shades of Jaffa #DF773D

Tints of Jaffa #DF773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.14%

R = 55.33%
G = 29.53%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF773D (or 0xDF773D) is known color: Jaffa. HEX triplet: DF, 77 and 3D. RGB value is (223,119,61). Sum of RGB (Red+Green+Blue) = 223+119+61=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 119 (46.88% from 255 or 29.53% from 403); Blue value is 61 (24.22% from 255 or 15.14% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF773D is #2088C2. Grayscale: #8F8F8F. Windows color (decimal): -2132163 or 4028383. OLE color: 4028383.

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

Color convert

RGB 223 119 61 -
CMYK 0 0.47 0.73 0.13
HSL 21.48º 0.72% 0.56% -
HSV(B) 21.48º 0.73% 0.87% -
XYZ 37.87 29.22 8.06 -
YUV 143.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 223 119 61 0 0.47 0.73 0.13 21.48 0.72 0.56
Hex DF 77 3D 0 2F 49 D 15 48 38
Octal 337 167 75 0 57 111 15 25 110 70
Binary 11011111 1110111 111101 0 101111 1001001 1101 10101 1001000 111000

Color Harmonies of #DF773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF773D

Black with #DF773D

Text Example


Text Example

White with #DF773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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