Html Css Color HEX #D77346 Jaffa

📋 copy color: '#D77346'

red 215 ◦ green 115 ◦ blue 70

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

Shades of Jaffa #D77346

Tints of Jaffa #D77346

RGB

 RED value IS 215 (84.38% from 255) = 53.75%

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

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 53.75%
G = 28.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D77346 (or 0xD77346) is known color: Jaffa. HEX triplet: D7, 73 and 46. RGB value is (215,115,70). Sum of RGB (Red+Green+Blue) = 215+115+70=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D77346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77346 is #288CB9. Grayscale: #8C8C8C. Windows color (decimal): -2657466 or 4617175. OLE color: 4617175.

HSL color Cylindrical-coordinate representation of color #D77346: hue angle of 18.62º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D77346 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 115 70 -
CMYK 0 0.47 0.67 0.16
HSL 18.62º 0.64% 0.56% -
HSV(B) 18.62º 0.67% 0.84% -
XYZ 35.26 27.15 9.18 -
YUV 139.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 215 115 70 0 0.47 0.67 0.16 18.62 0.64 0.56
Hex D7 73 46 0 2F 43 10 13 40 38
Octal 327 163 106 0 57 103 20 23 100 70
Binary 11010111 1110011 1000110 0 101111 1000011 10000 10011 1000000 111000

Color Harmonies of #D77346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77346

Black with #D77346

Text Example


Text Example

White with #D77346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77346; }

 p { color: rgb(215,115,70); }

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

background-color css

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

 a { background-color: rgb(215,115,70); }

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

border-color css

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

 span { border-color: rgb(215,115,70); }

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