Html Css Color HEX #DA754F Jaffa

📋 copy color: '#DA754F'

red 218 ◦ green 117 ◦ blue 79

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

Shades of Jaffa #DA754F

Tints of Jaffa #DA754F

RGB

 RED value IS 218 (85.55% from 255) = 52.66%

 GREEN value IS 117 (46.09% from 255) = 28.26%

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 52.66%
G = 28.26%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA754F (or 0xDA754F) is known color: Jaffa. HEX triplet: DA, 75 and 4F. RGB value is (218,117,79). Sum of RGB (Red+Green+Blue) = 218+117+79=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA754F is #258AB0. Grayscale: #8F8F8F. Windows color (decimal): -2460337 or 5207514. OLE color: 5207514.

HSL color Cylindrical-coordinate representation of color #DA754F: hue angle of 16.4º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DA754F is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 117 79 -
CMYK 0 0.46 0.64 0.15
HSL 16.4º 0.65% 0.58% -
HSV(B) 16.4º 0.64% 0.85% -
XYZ 36.69 28.19 10.91 -
YUV 142.87 91.96 181.59 -
System Red Green Blue C M Y K H S L
Decimal 218 117 79 0 0.46 0.64 0.15 16.4 0.65 0.58
Hex DA 75 4F 0 2E 40 F 10 41 3A
Octal 332 165 117 0 56 100 17 20 101 72
Binary 11011010 1110101 1001111 0 101110 1000000 1111 10000 1000001 111010

Color Harmonies of #DA754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA754F

Black with #DA754F

Text Example


Text Example

White with #DA754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA754F; }

 p { color: rgb(218,117,79); }

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

background-color css

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

 a { background-color: rgb(218,117,79); }

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

border-color css

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

 span { border-color: rgb(218,117,79); }

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