Html Css Color HEX #DA6E46 Jaffa

📋 copy color: '#DA6E46'

red 218 ◦ green 110 ◦ blue 70

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

Shades of Jaffa #DA6E46

Tints of Jaffa #DA6E46

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.64%

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 54.77%
G = 27.64%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#DA6E46 (or 0xDA6E46) is known color: Jaffa. HEX triplet: DA, 6E and 46. RGB value is (218,110,70). Sum of RGB (Red+Green+Blue) = 218+110+70=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E46 is #2591B9. Grayscale: #898989. Windows color (decimal): -2462138 or 4615898. OLE color: 4615898.

HSL color Cylindrical-coordinate representation of color #DA6E46: hue angle of 16.22º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6E46 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 70 -
CMYK 0 0.50 0.68 0.15
HSL 16.22º 0.67% 0.56% -
HSV(B) 16.22º 0.68% 0.85% -
XYZ 35.59 26.5 9.03 -
YUV 137.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 218 110 70 0 0.50 0.68 0.15 16.22 0.67 0.56
Hex DA 6E 46 0 32 44 F 10 43 38
Octal 332 156 106 0 62 104 17 20 103 70
Binary 11011010 1101110 1000110 0 110010 1000100 1111 10000 1000011 111000

Color Harmonies of #DA6E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E46

Black with #DA6E46

Text Example


Text Example

White with #DA6E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E46; }

 p { color: rgb(218,110,70); }

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

background-color css

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

 a { background-color: rgb(218,110,70); }

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

border-color css

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

 span { border-color: rgb(218,110,70); }

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