Html Css Color HEX #DA714B Jaffa

📋 copy color: '#DA714B'

red 218 ◦ green 113 ◦ blue 75

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

Shades of Jaffa #DA714B

Tints of Jaffa #DA714B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.47%

R = 53.69%
G = 27.83%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA714B (or 0xDA714B) is known color: Jaffa. HEX triplet: DA, 71 and 4B. RGB value is (218,113,75). Sum of RGB (Red+Green+Blue) = 218+113+75=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA714B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA714B is #258EB4. Grayscale: #8C8C8C. Windows color (decimal): -2461365 or 4944346. OLE color: 4944346.

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

Color convert

RGB 218 113 75 -
CMYK 0 0.48 0.66 0.15
HSL 15.94º 0.66% 0.57% -
HSV(B) 15.94º 0.66% 0.85% -
XYZ 36.09 27.22 10.01 -
YUV 140.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 218 113 75 0 0.48 0.66 0.15 15.94 0.66 0.57
Hex DA 71 4B 0 30 42 F 10 42 39
Octal 332 161 113 0 60 102 17 20 102 71
Binary 11011010 1110001 1001011 0 110000 1000010 1111 10000 1000010 111001

Color Harmonies of #DA714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA714B

Black with #DA714B

Text Example


Text Example

White with #DA714B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA714B; }

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

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

background-color css

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

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

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

border-color css

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

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

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