Html Css Color HEX #D9754F Jaffa

📋 copy color: '#D9754F'

red 217 ◦ green 117 ◦ blue 79

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

Shades of Jaffa #D9754F

Tints of Jaffa #D9754F

RGB

 RED value IS 217 (85.16% from 255) = 52.54%

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

 BLUE value IS 79 (31.25% from 255) = 19.13%

R = 52.54%
G = 28.33%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9754F (or 0xD9754F) is known color: Jaffa. HEX triplet: D9, 75 and 4F. RGB value is (217,117,79). Sum of RGB (Red+Green+Blue) = 217+117+79=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9754F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9754F is #268AB0. Grayscale: #8E8E8E. Windows color (decimal): -2525873 or 5207513. OLE color: 5207513.

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

Color convert

RGB 217 117 79 -
CMYK 0 0.46 0.64 0.15
HSL 16.52º 0.64% 0.58% -
HSV(B) 16.52º 0.64% 0.85% -
XYZ 36.39 28.04 10.89 -
YUV 142.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 217 117 79 0 0.46 0.64 0.15 16.52 0.64 0.58
Hex D9 75 4F 0 2E 40 F 11 40 3A
Octal 331 165 117 0 56 100 17 21 100 72
Binary 11011001 1110101 1001111 0 101110 1000000 1111 10001 1000000 111010

Color Harmonies of #D9754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9754F

Black with #D9754F

Text Example


Text Example

White with #D9754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9754F; }

 p { color: rgb(217,117,79); }

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

background-color css

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

 a { background-color: rgb(217,117,79); }

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

border-color css

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

 span { border-color: rgb(217,117,79); }

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