Html Css Color HEX #DA6F4A Jaffa

📋 copy color: '#DA6F4A'

red 218 ◦ green 111 ◦ blue 74

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

Shades of Jaffa #DA6F4A

Tints of Jaffa #DA6F4A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 74 (29.3% from 255) = 18.36%

R = 54.09%
G = 27.54%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA6F4A (or 0xDA6F4A) is known color: Jaffa. HEX triplet: DA, 6F and 4A. RGB value is (218,111,74). Sum of RGB (Red+Green+Blue) = 218+111+74=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F4A is #2590B5. Grayscale: #8B8B8B. Windows color (decimal): -2461878 or 4878298. OLE color: 4878298.

HSL color Cylindrical-coordinate representation of color #DA6F4A: hue angle of 15.42º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA6F4A is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 74 -
CMYK 0 0.49 0.66 0.15
HSL 15.42º 0.66% 0.57% -
HSV(B) 15.42º 0.66% 0.85% -
XYZ 35.83 26.77 9.76 -
YUV 138.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 218 111 74 0 0.49 0.66 0.15 15.42 0.66 0.57
Hex DA 6F 4A 0 31 42 F F 42 39
Octal 332 157 112 0 61 102 17 17 102 71
Binary 11011010 1101111 1001010 0 110001 1000010 1111 1111 1000010 111001

Color Harmonies of #DA6F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F4A

Black with #DA6F4A

Text Example


Text Example

White with #DA6F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F4A; }

 p { color: rgb(218,111,74); }

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

background-color css

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

 a { background-color: rgb(218,111,74); }

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

border-color css

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

 span { border-color: rgb(218,111,74); }

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