Html Css Color HEX #DA6F47 Jaffa

📋 copy color: '#DA6F47'

red 218 ◦ green 111 ◦ blue 71

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

Shades of Jaffa #DA6F47

Tints of Jaffa #DA6F47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.75%

R = 54.5%
G = 27.75%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6F47 (or 0xDA6F47) is known color: Jaffa. HEX triplet: DA, 6F and 47. RGB value is (218,111,71). Sum of RGB (Red+Green+Blue) = 218+111+71=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F47 is #2590B8. Grayscale: #8A8A8A. Windows color (decimal): -2461881 or 4681690. OLE color: 4681690.

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

Color convert

RGB 218 111 71 -
CMYK 0 0.49 0.67 0.15
HSL 16.33º 0.67% 0.57% -
HSV(B) 16.33º 0.67% 0.85% -
XYZ 35.74 26.73 9.24 -
YUV 138.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 218 111 71 0 0.49 0.67 0.15 16.33 0.67 0.57
Hex DA 6F 47 0 31 43 F 10 43 39
Octal 332 157 107 0 61 103 17 20 103 71
Binary 11011010 1101111 1000111 0 110001 1000011 1111 10000 1000011 111001

Color Harmonies of #DA6F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F47

Black with #DA6F47

Text Example


Text Example

White with #DA6F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F47; }

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

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

background-color css

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

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

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

border-color css

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

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

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