Html Css Color HEX #DA783D Jaffa

📋 copy color: '#DA783D'

red 218 ◦ green 120 ◦ blue 61

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

Shades of Jaffa #DA783D

Tints of Jaffa #DA783D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.29%

R = 54.64%
G = 30.08%
B = 15.29%

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

#DA783D (or 0xDA783D) is known color: Jaffa. HEX triplet: DA, 78 and 3D. RGB value is (218,120,61). Sum of RGB (Red+Green+Blue) = 218+120+61=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 61 (24.22% from 255 or 15.29% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA783D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA783D is #2587C2. Grayscale: #8E8E8E. Windows color (decimal): -2459587 or 4028634. OLE color: 4028634.

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

Color convert

RGB 218 120 61 -
CMYK 0 0.45 0.72 0.15
HSL 22.55º 0.68% 0.55% -
HSV(B) 22.55º 0.72% 0.85% -
XYZ 36.47 28.68 8.03 -
YUV 142.58 81.97 181.8 -
System Red Green Blue C M Y K H S L
Decimal 218 120 61 0 0.45 0.72 0.15 22.55 0.68 0.55
Hex DA 78 3D 0 2D 48 F 17 44 37
Octal 332 170 75 0 55 110 17 27 104 67
Binary 11011010 1111000 111101 0 101101 1001000 1111 10111 1000100 110111

Color Harmonies of #DA783D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA783D

Black with #DA783D

Text Example


Text Example

White with #DA783D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA783D; }

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

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

background-color css

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

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

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

border-color css

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

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

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