Html Css Color HEX #DF764A Jaffa

📋 copy color: '#DF764A'

red 223 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #DF764A

Tints of Jaffa #DF764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.83%

R = 53.73%
G = 28.43%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DF764A (or 0xDF764A) is known color: Jaffa. HEX triplet: DF, 76 and 4A. RGB value is (223,118,74). Sum of RGB (Red+Green+Blue) = 223+118+74=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 74 (29.30% from 255 or 17.83% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF764A is #2089B5. Grayscale: #909090. Windows color (decimal): -2132406 or 4880095. OLE color: 4880095.

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

Color convert

RGB 223 118 74 -
CMYK 0 0.47 0.67 0.13
HSL 17.72º 0.7% 0.58% -
HSV(B) 17.72º 0.67% 0.87% -
XYZ 38.15 29.14 10.09 -
YUV 144.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 223 118 74 0 0.47 0.67 0.13 17.72 0.7 0.58
Hex DF 76 4A 0 2F 43 D 12 46 3A
Octal 337 166 112 0 57 103 15 22 106 72
Binary 11011111 1110110 1001010 0 101111 1000011 1101 10010 1000110 111010

Color Harmonies of #DF764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF764A

Black with #DF764A

Text Example


Text Example

White with #DF764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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