Html Css Color HEX #DF764D Jaffa

📋 copy color: '#DF764D'

red 223 ◦ green 118 ◦ blue 77

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

Shades of Jaffa #DF764D

Tints of Jaffa #DF764D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.42%

R = 53.35%
G = 28.23%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF764D (or 0xDF764D) is known color: Jaffa. HEX triplet: DF, 76 and 4D. RGB value is (223,118,77). Sum of RGB (Red+Green+Blue) = 223+118+77=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 77 (30.47% from 255 or 18.42% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF764D is #2089B2. Grayscale: #909090. Windows color (decimal): -2132403 or 5076703. OLE color: 5076703.

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

Color convert

RGB 223 118 77 -
CMYK 0 0.47 0.65 0.13
HSL 16.85º 0.7% 0.59% -
HSV(B) 16.85º 0.65% 0.87% -
XYZ 38.25 29.18 10.64 -
YUV 144.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 223 118 77 0 0.47 0.65 0.13 16.85 0.7 0.59
Hex DF 76 4D 0 2F 41 D 11 46 3B
Octal 337 166 115 0 57 101 15 21 106 73
Binary 11011111 1110110 1001101 0 101111 1000001 1101 10001 1000110 111011

Color Harmonies of #DF764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF764D

Black with #DF764D

Text Example


Text Example

White with #DF764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF764D; }

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

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

background-color css

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

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

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

border-color css

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

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

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