Html Css Color HEX #D77344 Jaffa

📋 copy color: '#D77344'

red 215 ◦ green 115 ◦ blue 68

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

Shades of Jaffa #D77344

Tints of Jaffa #D77344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.09%

R = 54.02%
G = 28.89%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D77344 (or 0xD77344) is known color: Jaffa. HEX triplet: D7, 73 and 44. RGB value is (215,115,68). Sum of RGB (Red+Green+Blue) = 215+115+68=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D77344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77344 is #288CBB. Grayscale: #8B8B8B. Windows color (decimal): -2657468 or 4486103. OLE color: 4486103.

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

Color convert

RGB 215 115 68 -
CMYK 0 0.47 0.68 0.16
HSL 19.18º 0.65% 0.55% -
HSV(B) 19.18º 0.68% 0.84% -
XYZ 35.2 27.13 8.85 -
YUV 139.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 215 115 68 0 0.47 0.68 0.16 19.18 0.65 0.55
Hex D7 73 44 0 2F 44 10 13 41 37
Octal 327 163 104 0 57 104 20 23 101 67
Binary 11010111 1110011 1000100 0 101111 1000100 10000 10011 1000001 110111

Color Harmonies of #D77344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77344

Black with #D77344

Text Example


Text Example

White with #D77344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77344; }

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

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

background-color css

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

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

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

border-color css

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

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

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