Html Css Color HEX #DA783E Jaffa

📋 copy color: '#DA783E'

red 218 ◦ green 120 ◦ blue 62

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

Shades of Jaffa #DA783E

Tints of Jaffa #DA783E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30%

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 54.5%
G = 30%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA783E (or 0xDA783E) is known color: Jaffa. HEX triplet: DA, 78 and 3E. RGB value is (218,120,62). Sum of RGB (Red+Green+Blue) = 218+120+62=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA783E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA783E is #2587C1. Grayscale: #8F8F8F. Windows color (decimal): -2459586 or 4094170. OLE color: 4094170.

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

Color convert

RGB 218 120 62 -
CMYK 0 0.45 0.72 0.15
HSL 22.31º 0.68% 0.55% -
HSV(B) 22.31º 0.72% 0.85% -
XYZ 36.5 28.69 8.17 -
YUV 142.69 82.47 181.72 -
System Red Green Blue C M Y K H S L
Decimal 218 120 62 0 0.45 0.72 0.15 22.31 0.68 0.55
Hex DA 78 3E 0 2D 48 F 16 44 37
Octal 332 170 76 0 55 110 17 26 104 67
Binary 11011010 1111000 111110 0 101101 1001000 1111 10110 1000100 110111

Color Harmonies of #DA783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA783E

Black with #DA783E

Text Example


Text Example

White with #DA783E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA783E; }

 p { color: rgb(218,120,62); }

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

background-color css

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

 a { background-color: rgb(218,120,62); }

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

border-color css

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

 span { border-color: rgb(218,120,62); }

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