Html Css Color HEX #DF764B Jaffa

📋 copy color: '#DF764B'

red 223 ◦ green 118 ◦ blue 75

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

Shades of Jaffa #DF764B

Tints of Jaffa #DF764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.03%

R = 53.61%
G = 28.37%
B = 18.03%

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

#DF764B (or 0xDF764B) is known color: Jaffa. HEX triplet: DF, 76 and 4B. RGB value is (223,118,75). Sum of RGB (Red+Green+Blue) = 223+118+75=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF764B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF764B is #2089B4. Grayscale: #909090. Windows color (decimal): -2132405 or 4945631. OLE color: 4945631.

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

Color convert

RGB 223 118 75 -
CMYK 0 0.47 0.66 0.13
HSL 17.43º 0.7% 0.58% -
HSV(B) 17.43º 0.66% 0.87% -
XYZ 38.18 29.15 10.27 -
YUV 144.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 223 118 75 0 0.47 0.66 0.13 17.43 0.7 0.58
Hex DF 76 4B 0 2F 42 D 11 46 3A
Octal 337 166 113 0 57 102 15 21 106 72
Binary 11011111 1110110 1001011 0 101111 1000010 1101 10001 1000110 111010

Color Harmonies of #DF764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF764B

Black with #DF764B

Text Example


Text Example

White with #DF764B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF764B; }

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

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

background-color css

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

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

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

border-color css

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

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

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