Html Css Color HEX #DA763F Jaffa

📋 copy color: '#DA763F'

red 218 ◦ green 118 ◦ blue 63

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

Shades of Jaffa #DA763F

Tints of Jaffa #DA763F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.57%

 BLUE value IS 63 (25% from 255) = 15.79%

R = 54.64%
G = 29.57%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DA763F (or 0xDA763F) is known color: Jaffa. HEX triplet: DA, 76 and 3F. RGB value is (218,118,63). Sum of RGB (Red+Green+Blue) = 218+118+63=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA763F is #2589C0. Grayscale: #8D8D8D. Windows color (decimal): -2460097 or 4159194. OLE color: 4159194.

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

Color convert

RGB 218 118 63 -
CMYK 0 0.46 0.71 0.15
HSL 21.29º 0.68% 0.55% -
HSV(B) 21.29º 0.71% 0.85% -
XYZ 36.29 28.22 8.24 -
YUV 141.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 218 118 63 0 0.46 0.71 0.15 21.29 0.68 0.55
Hex DA 76 3F 0 2E 47 F 15 44 37
Octal 332 166 77 0 56 107 17 25 104 67
Binary 11011010 1110110 111111 0 101110 1000111 1111 10101 1000100 110111

Color Harmonies of #DA763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA763F

Black with #DA763F

Text Example


Text Example

White with #DA763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA763F; }

 p { color: rgb(218,118,63); }

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

background-color css

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

 a { background-color: rgb(218,118,63); }

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

border-color css

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

 span { border-color: rgb(218,118,63); }

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