Html Css Color HEX #DF774C Jaffa

📋 copy color: '#DF774C'

red 223 ◦ green 119 ◦ blue 76

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

Shades of Jaffa #DF774C

Tints of Jaffa #DF774C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.18%

R = 53.35%
G = 28.47%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DF774C (or 0xDF774C) is known color: Jaffa. HEX triplet: DF, 77 and 4C. RGB value is (223,119,76). Sum of RGB (Red+Green+Blue) = 223+119+76=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF774C is #2088B3. Grayscale: #919191. Windows color (decimal): -2132148 or 5011423. OLE color: 5011423.

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

Color convert

RGB 223 119 76 -
CMYK 0 0.47 0.66 0.13
HSL 17.55º 0.7% 0.59% -
HSV(B) 17.55º 0.66% 0.87% -
XYZ 38.33 29.4 10.49 -
YUV 145.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 223 119 76 0 0.47 0.66 0.13 17.55 0.7 0.59
Hex DF 77 4C 0 2F 42 D 12 46 3B
Octal 337 167 114 0 57 102 15 22 106 73
Binary 11011111 1110111 1001100 0 101111 1000010 1101 10010 1000110 111011

Color Harmonies of #DF774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF774C

Black with #DF774C

Text Example


Text Example

White with #DF774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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