Html Css Color HEX #DE7F46 Jaffa

📋 copy color: '#DE7F46'

red 222 ◦ green 127 ◦ blue 70

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

Shades of Jaffa #DE7F46

Tints of Jaffa #DE7F46

RGB

 RED value IS 222 (87.11% from 255) = 52.98%

 GREEN value IS 127 (50% from 255) = 30.31%

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

R = 52.98%
G = 30.31%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DE7F46 (or 0xDE7F46) is known color: Jaffa. HEX triplet: DE, 7F and 46. RGB value is (222,127,70). Sum of RGB (Red+Green+Blue) = 222+127+70=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7F46 is #2180B9. Grayscale: #959595. Windows color (decimal): -2195642 or 4620254. OLE color: 4620254.

HSL color Cylindrical-coordinate representation of color #DE7F46: hue angle of 22.5º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DE7F46 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 127 70 -
CMYK 0 0.43 0.68 0.13
HSL 22.5º 0.7% 0.57% -
HSV(B) 22.5º 0.68% 0.87% -
XYZ 38.82 31.15 9.76 -
YUV 148.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 222 127 70 0 0.43 0.68 0.13 22.5 0.7 0.57
Hex DE 7F 46 0 2B 44 D 16 46 39
Octal 336 177 106 0 53 104 15 26 106 71
Binary 11011110 1111111 1000110 0 101011 1000100 1101 10110 1000110 111001

Color Harmonies of #DE7F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F46

Black with #DE7F46

Text Example


Text Example

White with #DE7F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F46; }

 p { color: rgb(222,127,70); }

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

background-color css

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

 a { background-color: rgb(222,127,70); }

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

border-color css

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

 span { border-color: rgb(222,127,70); }

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