Html Css Color HEX #D77342 Jaffa

📋 copy color: '#D77342'

red 215 ◦ green 115 ◦ blue 66

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

Shades of Jaffa #D77342

Tints of Jaffa #D77342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.67%

R = 54.29%
G = 29.04%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D77342 (or 0xD77342) is known color: Jaffa. HEX triplet: D7, 73 and 42. RGB value is (215,115,66). Sum of RGB (Red+Green+Blue) = 215+115+66=396 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.29% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 215 - color contains mainly: red. Hex color #D77342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77342 is #288CBD. Grayscale: #8B8B8B. Windows color (decimal): -2657470 or 4355031. OLE color: 4355031.

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

Color convert

RGB 215 115 66 -
CMYK 0 0.47 0.69 0.16
HSL 19.73º 0.65% 0.55% -
HSV(B) 19.73º 0.69% 0.84% -
XYZ 35.14 27.1 8.53 -
YUV 139.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 215 115 66 0 0.47 0.69 0.16 19.73 0.65 0.55
Hex D7 73 42 0 2F 45 10 14 41 37
Octal 327 163 102 0 57 105 20 24 101 67
Binary 11010111 1110011 1000010 0 101111 1000101 10000 10100 1000001 110111

Color Harmonies of #D77342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77342

Black with #D77342

Text Example


Text Example

White with #D77342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77342; }

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

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

background-color css

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

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

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

border-color css

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

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

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