Html Css Color HEX #D9724C Jaffa

📋 copy color: '#D9724C'

red 217 ◦ green 114 ◦ blue 76

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

Shades of Jaffa #D9724C

Tints of Jaffa #D9724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.01%

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

R = 53.32%
G = 28.01%
B = 18.67%

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

#D9724C (or 0xD9724C) is known color: Jaffa. HEX triplet: D9, 72 and 4C. RGB value is (217,114,76). Sum of RGB (Red+Green+Blue) = 217+114+76=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D9724C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9724C is #268DB3. Grayscale: #8C8C8C. Windows color (decimal): -2526644 or 5010137. OLE color: 5010137.

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

Color convert

RGB 217 114 76 -
CMYK 0 0.47 0.65 0.15
HSL 16.17º 0.65% 0.57% -
HSV(B) 16.17º 0.65% 0.85% -
XYZ 35.94 27.31 10.21 -
YUV 140.47 91.62 182.59 -
System Red Green Blue C M Y K H S L
Decimal 217 114 76 0 0.47 0.65 0.15 16.17 0.65 0.57
Hex D9 72 4C 0 2F 41 F 10 41 39
Octal 331 162 114 0 57 101 17 20 101 71
Binary 11011001 1110010 1001100 0 101111 1000001 1111 10000 1000001 111001

Color Harmonies of #D9724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9724C

Black with #D9724C

Text Example


Text Example

White with #D9724C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9724C; }

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

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

background-color css

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

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

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

border-color css

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

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

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