Html Css Color HEX #DF764C Jaffa

📋 copy color: '#DF764C'

red 223 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #DF764C

Tints of Jaffa #DF764C

RGB

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

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

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

R = 53.48%
G = 28.3%
B = 18.23%

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

#DF764C (or 0xDF764C) is known color: Jaffa. HEX triplet: DF, 76 and 4C. RGB value is (223,118,76). Sum of RGB (Red+Green+Blue) = 223+118+76=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF764C is #2089B3. Grayscale: #909090. Windows color (decimal): -2132404 or 5011167. OLE color: 5011167.

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

Color convert

RGB 223 118 76 -
CMYK 0 0.47 0.66 0.13
HSL 17.14º 0.7% 0.59% -
HSV(B) 17.14º 0.66% 0.87% -
XYZ 38.21 29.17 10.45 -
YUV 144.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 223 118 76 0 0.47 0.66 0.13 17.14 0.7 0.59
Hex DF 76 4C 0 2F 42 D 11 46 3B
Octal 337 166 114 0 57 102 15 21 106 73
Binary 11011111 1110110 1001100 0 101111 1000010 1101 10001 1000110 111011

Color Harmonies of #DF764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF764C

Black with #DF764C

Text Example


Text Example

White with #DF764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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