Html Css Color HEX #DA754B Jaffa

📋 copy color: '#DA754B'

red 218 ◦ green 117 ◦ blue 75

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

Shades of Jaffa #DA754B

Tints of Jaffa #DA754B

RGB

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

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

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

R = 53.17%
G = 28.54%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#DA754B (or 0xDA754B) is known color: Jaffa. HEX triplet: DA, 75 and 4B. RGB value is (218,117,75). Sum of RGB (Red+Green+Blue) = 218+117+75=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 75 (29.69% from 255 or 18.29% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA754B is #258AB4. Grayscale: #8E8E8E. Windows color (decimal): -2460341 or 4945370. OLE color: 4945370.

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

Color convert

RGB 218 117 75 -
CMYK 0 0.46 0.66 0.15
HSL 17.62º 0.66% 0.57% -
HSV(B) 17.62º 0.66% 0.85% -
XYZ 36.54 28.14 10.16 -
YUV 142.41 89.96 181.92 -
System Red Green Blue C M Y K H S L
Decimal 218 117 75 0 0.46 0.66 0.15 17.62 0.66 0.57
Hex DA 75 4B 0 2E 42 F 12 42 39
Octal 332 165 113 0 56 102 17 22 102 71
Binary 11011010 1110101 1001011 0 101110 1000010 1111 10010 1000010 111001

Color Harmonies of #DA754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA754B

Black with #DA754B

Text Example


Text Example

White with #DA754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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