Html Css Color HEX #DA754C Jaffa

📋 copy color: '#DA754C'

red 218 ◦ green 117 ◦ blue 76

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

Shades of Jaffa #DA754C

Tints of Jaffa #DA754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 53.04%
G = 28.47%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA754C (or 0xDA754C) is known color: Jaffa. HEX triplet: DA, 75 and 4C. RGB value is (218,117,76). Sum of RGB (Red+Green+Blue) = 218+117+76=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA754C is #258AB3. Grayscale: #8E8E8E. Windows color (decimal): -2460340 or 5010906. OLE color: 5010906.

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

Color convert

RGB 218 117 76 -
CMYK 0 0.46 0.65 0.15
HSL 17.32º 0.66% 0.58% -
HSV(B) 17.32º 0.65% 0.85% -
XYZ 36.58 28.15 10.34 -
YUV 142.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 218 117 76 0 0.46 0.65 0.15 17.32 0.66 0.58
Hex DA 75 4C 0 2E 41 F 11 42 3A
Octal 332 165 114 0 56 101 17 21 102 72
Binary 11011010 1110101 1001100 0 101110 1000001 1111 10001 1000010 111010

Color Harmonies of #DA754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA754C

Black with #DA754C

Text Example


Text Example

White with #DA754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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