Html Css Color HEX #D9754A Jaffa

📋 copy color: '#D9754A'

red 217 ◦ green 117 ◦ blue 74

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

Shades of Jaffa #D9754A

Tints of Jaffa #D9754A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.14%

R = 53.19%
G = 28.68%
B = 18.14%

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

#D9754A (or 0xD9754A) is known color: Jaffa. HEX triplet: D9, 75 and 4A. RGB value is (217,117,74). Sum of RGB (Red+Green+Blue) = 217+117+74=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9754A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9754A is #268AB5. Grayscale: #8E8E8E. Windows color (decimal): -2525878 or 4879833. OLE color: 4879833.

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

Color convert

RGB 217 117 74 -
CMYK 0 0.46 0.66 0.15
HSL 18.04º 0.65% 0.57% -
HSV(B) 18.04º 0.66% 0.85% -
XYZ 36.21 27.97 9.97 -
YUV 142 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 217 117 74 0 0.46 0.66 0.15 18.04 0.65 0.57
Hex D9 75 4A 0 2E 42 F 12 41 39
Octal 331 165 112 0 56 102 17 22 101 71
Binary 11011001 1110101 1001010 0 101110 1000010 1111 10010 1000001 111001

Color Harmonies of #D9754A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9754A

Black with #D9754A

Text Example


Text Example

White with #D9754A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9754A; }

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

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

background-color css

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

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

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

border-color css

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

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

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