Html Css Color HEX #D9734C Jaffa

📋 copy color: '#D9734C'

red 217 ◦ green 115 ◦ blue 76

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

Shades of Jaffa #D9734C

Tints of Jaffa #D9734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.19%

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

R = 53.19%
G = 28.19%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9734C (or 0xD9734C) is known color: Jaffa. HEX triplet: D9, 73 and 4C. RGB value is (217,115,76). Sum of RGB (Red+Green+Blue) = 217+115+76=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9734C is #268CB3. Grayscale: #8D8D8D. Windows color (decimal): -2526388 or 5010393. OLE color: 5010393.

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

Color convert

RGB 217 115 76 -
CMYK 0 0.47 0.65 0.15
HSL 16.6º 0.65% 0.57% -
HSV(B) 16.6º 0.65% 0.85% -
XYZ 36.05 27.53 10.25 -
YUV 141.05 91.29 182.17 -
System Red Green Blue C M Y K H S L
Decimal 217 115 76 0 0.47 0.65 0.15 16.6 0.65 0.57
Hex D9 73 4C 0 2F 41 F 11 41 39
Octal 331 163 114 0 57 101 17 21 101 71
Binary 11011001 1110011 1001100 0 101111 1000001 1111 10001 1000001 111001

Color Harmonies of #D9734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9734C

Black with #D9734C

Text Example


Text Example

White with #D9734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9734C; }

 p { color: rgb(217,115,76); }

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

background-color css

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

 a { background-color: rgb(217,115,76); }

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

border-color css

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

 span { border-color: rgb(217,115,76); }

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