Html Css Color HEX #DA714C Jaffa

📋 copy color: '#DA714C'

red 218 ◦ green 113 ◦ blue 76

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

Shades of Jaffa #DA714C

Tints of Jaffa #DA714C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.76%

 BLUE value IS 76 (30.08% from 255) = 18.67%

R = 53.56%
G = 27.76%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA714C (or 0xDA714C) is known color: Jaffa. HEX triplet: DA, 71 and 4C. RGB value is (218,113,76). Sum of RGB (Red+Green+Blue) = 218+113+76=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA714C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA714C is #258EB3. Grayscale: #8C8C8C. Windows color (decimal): -2461364 or 5009882. OLE color: 5009882.

HSL color Cylindrical-coordinate representation of color #DA714C: hue angle of 15.63º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA714C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 113 76 -
CMYK 0 0.48 0.65 0.15
HSL 15.63º 0.66% 0.58% -
HSV(B) 15.63º 0.65% 0.85% -
XYZ 36.12 27.24 10.19 -
YUV 140.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 218 113 76 0 0.48 0.65 0.15 15.63 0.66 0.58
Hex DA 71 4C 0 30 41 F 10 42 3A
Octal 332 161 114 0 60 101 17 20 102 72
Binary 11011010 1110001 1001100 0 110000 1000001 1111 10000 1000010 111010

Color Harmonies of #DA714C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA714C

Black with #DA714C

Text Example


Text Example

White with #DA714C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA714C; }

 p { color: rgb(218,113,76); }

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

background-color css

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

 a { background-color: rgb(218,113,76); }

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

border-color css

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

 span { border-color: rgb(218,113,76); }

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