Html Css Color HEX #D9784B Jaffa

📋 copy color: '#D9784B'

red 217 ◦ green 120 ◦ blue 75

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

Shades of Jaffa #D9784B

Tints of Jaffa #D9784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.13%

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

R = 52.67%
G = 29.13%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9784B (or 0xD9784B) is known color: Jaffa. HEX triplet: D9, 78 and 4B. RGB value is (217,120,75). Sum of RGB (Red+Green+Blue) = 217+120+75=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 75 (29.69% from 255 or 18.20% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9784B is #2687B4. Grayscale: #909090. Windows color (decimal): -2525109 or 4946137. OLE color: 4946137.

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

Color convert

RGB 217 120 75 -
CMYK 0 0.45 0.65 0.15
HSL 19.01º 0.65% 0.57% -
HSV(B) 19.01º 0.65% 0.85% -
XYZ 36.6 28.69 10.27 -
YUV 143.87 89.14 180.16 -
System Red Green Blue C M Y K H S L
Decimal 217 120 75 0 0.45 0.65 0.15 19.01 0.65 0.57
Hex D9 78 4B 0 2D 41 F 13 41 39
Octal 331 170 113 0 55 101 17 23 101 71
Binary 11011001 1111000 1001011 0 101101 1000001 1111 10011 1000001 111001

Color Harmonies of #D9784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9784B

Black with #D9784B

Text Example


Text Example

White with #D9784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9784B; }

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

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

background-color css

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

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

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

border-color css

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

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

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