Html Css Color HEX #DA704B Jaffa

📋 copy color: '#DA704B'

red 218 ◦ green 112 ◦ blue 75

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

Shades of Jaffa #DA704B

Tints of Jaffa #DA704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.65%

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

R = 53.83%
G = 27.65%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA704B (or 0xDA704B) is known color: Jaffa. HEX triplet: DA, 70 and 4B. RGB value is (218,112,75). Sum of RGB (Red+Green+Blue) = 218+112+75=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA704B is #258FB4. Grayscale: #8B8B8B. Windows color (decimal): -2461621 or 4944090. OLE color: 4944090.

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

Color convert

RGB 218 112 75 -
CMYK 0 0.49 0.66 0.15
HSL 15.52º 0.66% 0.57% -
HSV(B) 15.52º 0.66% 0.85% -
XYZ 35.98 27 9.97 -
YUV 139.48 91.62 184.01 -
System Red Green Blue C M Y K H S L
Decimal 218 112 75 0 0.49 0.66 0.15 15.52 0.66 0.57
Hex DA 70 4B 0 31 42 F 10 42 39
Octal 332 160 113 0 61 102 17 20 102 71
Binary 11011010 1110000 1001011 0 110001 1000010 1111 10000 1000010 111001

Color Harmonies of #DA704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA704B

Black with #DA704B

Text Example


Text Example

White with #DA704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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