Html Css Color HEX #D9724A Jaffa

📋 copy color: '#D9724A'

red 217 ◦ green 114 ◦ blue 74

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

Shades of Jaffa #D9724A

Tints of Jaffa #D9724A

RGB

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

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

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

R = 53.58%
G = 28.15%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D9724A (or 0xD9724A) is known color: Jaffa. HEX triplet: D9, 72 and 4A. RGB value is (217,114,74). Sum of RGB (Red+Green+Blue) = 217+114+74=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9724A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9724A is #268DB5. Grayscale: #8C8C8C. Windows color (decimal): -2526646 or 4879065. OLE color: 4879065.

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

Color convert

RGB 217 114 74 -
CMYK 0 0.47 0.66 0.15
HSL 16.78º 0.65% 0.57% -
HSV(B) 16.78º 0.66% 0.85% -
XYZ 35.87 27.28 9.85 -
YUV 140.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 217 114 74 0 0.47 0.66 0.15 16.78 0.65 0.57
Hex D9 72 4A 0 2F 42 F 11 41 39
Octal 331 162 112 0 57 102 17 21 101 71
Binary 11011001 1110010 1001010 0 101111 1000010 1111 10001 1000001 111001

Color Harmonies of #D9724A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9724A

Black with #D9724A

Text Example


Text Example

White with #D9724A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9724A; }

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

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

background-color css

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

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

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

border-color css

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

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

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