Html Css Color HEX #DA7C4F Jaffa

📋 copy color: '#DA7C4F'

red 218 ◦ green 124 ◦ blue 79

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

Shades of Jaffa #DA7C4F

Tints of Jaffa #DA7C4F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.45%

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

R = 51.78%
G = 29.45%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA7C4F (or 0xDA7C4F) is known color: Jaffa. HEX triplet: DA, 7C and 4F. RGB value is (218,124,79). Sum of RGB (Red+Green+Blue) = 218+124+79=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 79 (31.25% from 255 or 18.76% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7C4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7C4F is #2583B0. Grayscale: #939393. Windows color (decimal): -2458545 or 5209306. OLE color: 5209306.

HSL color Cylindrical-coordinate representation of color #DA7C4F: hue angle of 19.42º 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 #DA7C4F is Cyan = 0, Magento = 0.43, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 124 79 -
CMYK 0 0.43 0.64 0.15
HSL 19.42º 0.65% 0.58% -
HSV(B) 19.42º 0.64% 0.85% -
XYZ 37.53 29.89 11.19 -
YUV 146.98 89.64 178.66 -
System Red Green Blue C M Y K H S L
Decimal 218 124 79 0 0.43 0.64 0.15 19.42 0.65 0.58
Hex DA 7C 4F 0 2B 40 F 13 41 3A
Octal 332 174 117 0 53 100 17 23 101 72
Binary 11011010 1111100 1001111 0 101011 1000000 1111 10011 1000001 111010

Color Harmonies of #DA7C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7C4F

Black with #DA7C4F

Text Example


Text Example

White with #DA7C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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