Html Css Color HEX #D9754B Jaffa

📋 copy color: '#D9754B'

red 217 ◦ green 117 ◦ blue 75

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

Shades of Jaffa #D9754B

Tints of Jaffa #D9754B

RGB

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

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

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

R = 53.06%
G = 28.61%
B = 18.34%

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

#D9754B (or 0xD9754B) is known color: Jaffa. HEX triplet: D9, 75 and 4B. RGB value is (217,117,75). Sum of RGB (Red+Green+Blue) = 217+117+75=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 75 (29.69% from 255 or 18.34% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9754B is #268AB4. Grayscale: #8E8E8E. Windows color (decimal): -2525877 or 4945369. OLE color: 4945369.

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

Color convert

RGB 217 117 75 -
CMYK 0 0.46 0.65 0.15
HSL 17.75º 0.65% 0.57% -
HSV(B) 17.75º 0.65% 0.85% -
XYZ 36.25 27.98 10.15 -
YUV 142.11 90.13 181.42 -
System Red Green Blue C M Y K H S L
Decimal 217 117 75 0 0.46 0.65 0.15 17.75 0.65 0.57
Hex D9 75 4B 0 2E 41 F 12 41 39
Octal 331 165 113 0 56 101 17 22 101 71
Binary 11011001 1110101 1001011 0 101110 1000001 1111 10010 1000001 111001

Color Harmonies of #D9754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9754B

Black with #D9754B

Text Example


Text Example

White with #D9754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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